|
- {
- "name": "nas-webdav",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "build": "tsc -p ./tsconfig.json",
- "start": "node dist/index.js",
- "start-debug": "nodemon --inspect dist/index.js",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://hgit.manelis.de/michael/nas-webdav.git"
- },
- "keywords": [],
- "author": "Michael Manelis <mmanelis@gmal.com> (manelis.de)",
- "license": "MIT",
- "dependencies": {
- "webdav-server": "^2.6.2"
- },
- "devDependencies": {
- "@types/node": "^14.11.2",
- "@typescript-eslint/eslint-plugin": "^4.1.1",
- "@typescript-eslint/parser": "^4.1.1",
- "eslint": "^7.9.0",
- "prettier": "^2.1.2",
- "rimraf": "^3.0.2"
- }
- }
|