why-is-synapse/package.json

32 lines
849 B
JSON

{
"name": "why-is-synapse",
"version": "1.0.0",
"main": "index.js",
"repository": "https://git.sakamoto.pl/selfisekai/why-is-synapse.git",
"author": "Lauren Liberda <lauren@selfisekai.rocks>",
"license": "WTFPL",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@koa/router": "^12.0.0",
"koa": "^2.14.2",
"sharp": "^0.32.0"
},
"devDependencies": {
"@types/koa": "^2.13.6",
"@types/koa__router": "^12.0.0",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}