25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
943B

  1. {
  2. "name": "nas-webdav",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "tsc -p ./tsconfig.json",
  8. "start": "node dist/index.js",
  9. "start-debug": "npm run build && node dist/index.js",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://hgit.manelis.de/michael/nas-webdav.git"
  15. },
  16. "keywords": [],
  17. "author": "Michael Manelis <mmanelis@gmal.com> (manelis.de)",
  18. "license": "MIT",
  19. "dependencies": {
  20. "simple-node-logger": "^18.12.24",
  21. "webdav-server": "^2.6.2"
  22. },
  23. "devDependencies": {
  24. "typescript": "^3.9.7",
  25. "@types/node": "^14.11.2",
  26. "@typescript-eslint/eslint-plugin": "^4.1.1",
  27. "@typescript-eslint/parser": "^4.1.1",
  28. "eslint": "^7.9.0",
  29. "prettier": "^2.1.2",
  30. "rimraf": "^3.0.2"
  31. }
  32. }