|
|
|
@@ -4,7 +4,7 @@ |
|
|
|
"description": "", |
|
|
|
"main": "index.js", |
|
|
|
"scripts": { |
|
|
|
"build": "tsc -p ./tsconfig.json", |
|
|
|
"build": "npx tsc -p ./tsconfig.json", |
|
|
|
"start": "node dist/index.js", |
|
|
|
"start-debug": "nodemon --inspect dist/index.js", |
|
|
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
|
|
@@ -20,6 +20,7 @@ |
|
|
|
"webdav-server": "^2.6.2" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"typescript": "^3.9.7", |
|
|
|
"@types/node": "^14.11.2", |
|
|
|
"@typescript-eslint/eslint-plugin": "^4.1.1", |
|
|
|
"@typescript-eslint/parser": "^4.1.1", |
|
|
|
@@ -27,4 +28,4 @@ |
|
|
|
"prettier": "^2.1.2", |
|
|
|
"rimraf": "^3.0.2" |
|
|
|
} |
|
|
|
} |
|
|
|
} |