@nephele/adapter-virtual
Version:
Virtual resource adapter for the Nephele WebDAV server.
58 lines (57 loc) • 1.42 kB
JSON
{
"name": "@nephele/adapter-virtual",
"version": "1.0.0-alpha.63",
"description": "Virtual resource adapter for the Nephele WebDAV server.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "test -d dist && rm -r dist || true",
"build": "tsc",
"watch": "tsc --watch",
"prepublish": "npm run clean && npm run build",
"test": "jest",
"test:watch": "jest --watch"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sciactive/nephele.git"
},
"keywords": [
"webdav",
"nephele",
"adapter",
"nephele adapter",
"server",
"virtual server",
"virtual file server"
],
"author": "Hunter Perrin <hperrin@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sciactive/nephele/issues"
},
"homepage": "https://github.com/sciactive/nephele#readme",
"devDependencies": {
"@tsconfig/recommended": "^1.0.8",
"@types/express": "^5.0.1",
"@types/jest": "^29.5.14",
"@types/mime": "^4.0.0",
"express": "^5.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
},
"dependencies": {
"cyclic-32": "^1.2.0",
"mime": "^4.0.7",
"nephele": "^1.0.0-alpha.63"
},
"engines": {
"node": ">=18"
},
"gitHead": "7d012037371729e9d8c20cfcdfcb5ce64acecdc5"
}