fuse3.one
Version:
FUSE3 N-API bindings for Node.js - Linux native FUSE3 implementation
50 lines • 1.18 kB
JSON
{
"name": "fuse3.one",
"version": "1.0.0",
"description": "FUSE3 N-API bindings for Node.js - Linux native FUSE3 implementation",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=20.0.0"
},
"os": [
"linux"
],
"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-fuse3.js",
"install": "node-gyp-build"
},
"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/fuse3.one.git"
},
"keywords": [
"fuse",
"fuse3",
"filesystem",
"virtual-filesystem",
"linux",
"node-addon",
"native-module"
],
"author": "REFINIO GmbH",
"license": "MIT",
"gypfile": true
}