lesson 3 and 4
This commit is contained in:
21
nodeJS/Learning/03/package.json
Normal file
21
nodeJS/Learning/03/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "03",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/express": "^5.0.0",
|
||||
"nodemon": "^3.1.9",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"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