26 lines
575 B
JSON
26 lines
575 B
JSON
|
{
|
||
|
"name": "PlutoDevExpressAPI",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "tsc && node ./dist/app.js",
|
||
|
"debug": "export DEBUG=* && npm run start",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"debug": "^4.3.1",
|
||
|
"express": "^4.17.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/debug": "^4.1.5",
|
||
|
"@types/express": "^4.17.11",
|
||
|
"source-map-support": "^0.5.19",
|
||
|
"tslint": "^6.1.3",
|
||
|
"typescript": "^4.1.5"
|
||
|
}
|
||
|
}
|