UNPKG

@nephele/adapter-virtual

Version:

Virtual resource adapter for the Nephele WebDAV server.

58 lines (57 loc) 1.42 kB
{ "name": "@nephele/adapter-virtual", "version": "1.0.0-alpha.67", "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.13", "@types/express": "^5.0.5", "@types/jest": "^30.0.0", "@types/mime": "^4.0.0", "express": "^5.1.0", "jest": "^30.2.0", "ts-jest": "^29.4.5", "typescript": "^5.9.3" }, "dependencies": { "cyclic-32": "^1.2.0", "mime": "^4.1.0", "nephele": "^1.0.0-alpha.67" }, "engines": { "node": ">=18" }, "gitHead": "8a952bcd2613433b229b770f91ee5b7888aaff96" }