projfs-fuse.one
Version:
FUSE3-compatible API for Windows using ProjFS - provides cross-platform virtual filesystem support
52 lines • 1.26 kB
JSON
{
"name": "projfs-fuse.one",
"version": "1.0.0",
"description": "FUSE3-compatible API for Windows using ProjFS - provides cross-platform virtual filesystem support",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=20.0.0"
},
"os": [
"win32"
],
"scripts": {
"build": "npm run build:native && npm run build:ts",
"build:native": "node-gyp rebuild",
"build:ts": "tsc",
"clean": "rimraf dist build",
"test": "npm run build && node test/test-projfs-fuse.js"
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^7.0.0",
"node-gyp-build": "^4.8.4"
},
"devDependencies": {
"@types/bindings": "^1.5.5",
"@types/node": "^20.0.0",
"node-gyp": "^10.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/refinio/projfs-fuse.one.git"
},
"keywords": [
"fuse",
"fuse3",
"filesystem",
"virtual-filesystem",
"windows",
"projfs",
"projected-file-system",
"cross-platform",
"node-addon",
"native-module"
],
"author": "REFINIO GmbH",
"license": "MIT",
"gypfile": true
}