updated package
This commit is contained in:
45
package.json
45
package.json
@@ -1,14 +1,35 @@
|
||||
{
|
||||
"name": "webdj.backend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"typescript": "^4.5.3"
|
||||
}
|
||||
"name": "webdj.backend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node .",
|
||||
"watch": "npm-watch"
|
||||
},
|
||||
"watch": {
|
||||
"build": {
|
||||
"patterns": [
|
||||
"src"
|
||||
],
|
||||
"extensions": "ts",
|
||||
"legacyWatch": true
|
||||
},
|
||||
"start": {
|
||||
"patterns": [
|
||||
"dist"
|
||||
],
|
||||
"extensions": "js",
|
||||
"legacyWatch": true,
|
||||
"runOnChangeOnly": true
|
||||
}
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.12",
|
||||
"npm-watch": "^0.11.0",
|
||||
"typescript": "^4.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user