lesson5
This commit is contained in:
23
nodeJS/Learning/05/package.json
Normal file
23
nodeJS/Learning/05/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "05",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/body-parser": "^1.19.5",
|
||||
"@types/express": "^5.0.0",
|
||||
"nodemon": "^3.1.9",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.20.3",
|
||||
"dotenv": "^16.4.7",
|
||||
"express": "^4.21.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nodemon --exec ts-node src/index.ts --quiet",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user