@nephele/adapter-nymph
Version:
Nymph.js based deduping file adapter for the Nephele WebDAV server.
66 lines (65 loc) • 1.71 kB
JSON
{
"name": "@nephele/adapter-nymph",
"version": "1.0.0-alpha.67",
"description": "Nymph.js based deduping file 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",
"nymph",
"server",
"deduping",
"deduplicate"
],
"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",
"@types/uuid": "^11.0.0",
"express": "^5.1.0",
"jest": "^30.2.0",
"ts-jest": "^29.4.5",
"typescript": "^5.9.3"
},
"dependencies": {
"@nymphjs/driver-sqlite3": "^1.0.0-beta.101",
"@nymphjs/nymph": "^1.0.0-beta.101",
"@nymphjs/tilmeld": "^1.0.0-beta.101",
"@sciactive/back-pressure-transform": "^0.0.2",
"check-disk-space": "^3.4.0",
"file-type": "^21.1.1",
"joi": "^18.0.2",
"nephele": "^1.0.0-alpha.67",
"uuid": "^13.0.0"
},
"engines": {
"node": ">=18"
},
"gitHead": "8a952bcd2613433b229b770f91ee5b7888aaff96"
}