Files
ClassContent/历届学生/苏琪/2019-08-13/package.json
2024-09-27 02:06:13 +08:00

26 lines
565 B
JSON
Executable File

{
"name": "2019-08-13",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"w": "tsc -watch",
"dev": "node-dev dist/index.js",
"ts": "ts-node src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.17.0",
"@types/http-errors": "^1.6.1",
"@types/morgan": "^1.7.36",
"@types/node": "^12.7.1",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"http-errors": "^1.7.3",
"morgan": "^1.9.1"
}
}