MMap native library
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "@elilee/mmap-native",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
"type": "module",
|
||||
"main": "./dist/lib/index.js",
|
||||
"types": "./dist/lib/index.d.ts",
|
||||
"scripts": {
|
||||
"install": "node-gyp rebuild",
|
||||
"build:native": "node-gyp rebuild",
|
||||
"build:ts": "tsc",
|
||||
"build": "npm run build:native && npm run build:ts",
|
||||
"clean": "node-gyp clean && rm -rf dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"node-gyp": "^11.0.0",
|
||||
"typescript": "^5.7.0"
|
||||
},
|
||||
"overrides": {
|
||||
"tar": "^7.0.0",
|
||||
"glob": "^10.0.0",
|
||||
"rimraf": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"os": ["linux", "darwin"],
|
||||
"cpu": ["x64", "arm64"]
|
||||
}
|
||||
Reference in New Issue
Block a user