mirror of
https://github.com/Aviortheking/codestats-skyline.git
synced 2025-06-30 03:39:19 +00:00
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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/config": "^1.1.8",
|
||||
"@dzeio/object-util": "^1.4.2",
|
||||
"express": "^4.18.2",
|
||||
"node-fetch": "^2",
|
||||
"nodescad": "^1.1.0",
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/node-fetch": "^2",
|
||||
"ts-node": "^10.9.1",
|
||||
"ts-node-dev": "^2.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user