codestats-skyline/package.json
Florian Bouillon 9a8cb6dff4
feat: Add support to specify year
+ Did some cleanup for the whole code

Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-12-07 15:26:49 +01:00

24 lines
542 B
JSON

{
"name": "codestats-city",
"main": "dist/index.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only --clear --quiet index.ts",
"build": "tsc --project tsconfig.json",
"start": "node dist/index.js"
},
"dependencies": {
"@dzeio/object-util": "^1.4.2",
"express": "^4.18.2",
"node-fetch": "^2",
"nodescad": "^1.1.0"
},
"devDependencies": {
"@dzeio/config": "^1.1.8",
"@types/express": "^4.17.14",
"@types/node-fetch": "^2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.3"
}
}