UNPKG

@btfuse/filesystem

Version:

Filesystem plugin for the Fuse framework

40 lines (39 loc) 903 B
{ "name": "@btfuse/filesystem", "version": "0.1.0", "description": "Filesystem plugin for the Fuse framework", "main": "lib/api.js", "publishConfig": { "access": "public" }, "scripts": { "lint": "npx eslint ./src", "build": "npm run lint && tsc --build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/btfuse/fuse-filesystem.git" }, "keywords": [ "Fuse", "Breautek", "file", "filesystem", "storage" ], "author": "norman@breautek.com", "license": "Apache-2.0", "bugs": { "url": "https://github.com/btfuse/fuse-filesystem/issues" }, "homepage": "https://github.com/btfuse/fuse-filesystem#readme", "devDependencies": {}, "peerDependencies": { "@btfuse/core": "^0.9.0" }, "dependencies": { "path": "^0.12.7", "tslib": "^2.7.0" } }