{ "name": "@elilee/mmap-native", "version": "1.0.1", "description": "Node.js N-API mmap bindings", "license": "MIT", "type": "module", "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts", "files": [ "dist/", "src/", "lib/", "binding.gyp", "tsconfig.json" ], "scripts": { "install": "node-gyp rebuild && tsc -p tsconfig.json", "build": "node-gyp rebuild && tsc -p tsconfig.json", "build:native": "node-gyp rebuild", "build:ts": "tsc -p tsconfig.json", "clean": "node-gyp clean && rm -rf dist" }, "dependencies": { "node-gyp": "^11.0.0", "typescript": "^5.7.0" }, "devDependencies": { "@types/node": "^22.0.0" }, "engines": { "node": ">=18.0.0" }, "os": ["linux", "darwin"], "cpu": ["x64", "arm64"] }