all
This commit is contained in:
37
Downloads/Voltaserve/webdav/package.json
Normal file
37
Downloads/Voltaserve/webdav/package.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "voltaserve-webdav",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "bun src/server.ts",
|
||||
"dev": "bun --watch src/server.ts",
|
||||
"tsc": "tsc --noEmit",
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint './src/**/*.ts'"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "16.4.5",
|
||||
"passport": "0.7.0",
|
||||
"passport-http": "0.3.0",
|
||||
"uuid": "9.0.1",
|
||||
"xml2js": "0.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||
"@types/js-yaml": "4.0.9",
|
||||
"@types/node": "20.12.7",
|
||||
"@types/passport": "1.0.16",
|
||||
"@types/passport-http": "0.3.11",
|
||||
"@types/uuid": "9.0.8",
|
||||
"@types/xml2js": "0.4.14",
|
||||
"@typescript-eslint/eslint-plugin": "7.7.0",
|
||||
"@typescript-eslint/parser": "7.7.0",
|
||||
"eslint": "9.0.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"prettier": "3.2.5",
|
||||
"ts-node": "10.9.2",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"typescript": "5.4.5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user