lesson2
This commit is contained in:
23
nodeJS/Learning/02/package.json
Normal file
23
nodeJS/Learning/02/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "02",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon --exec ts-node src/index.ts --quiet",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.1.9",
|
||||
"pnpm": "^9.15.0",
|
||||
"yarn": "^1.22.22"
|
||||
},
|
||||
"dependencies": {
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user