Dependency fix

This commit is contained in:
eli
2026-01-26 08:30:20 +00:00
parent 0d6bacf089
commit 9e3860608b

View File

@@ -1,6 +1,6 @@
{ {
"name": "@elilee/mmap-native", "name": "@elilee/mmap-native",
"version": "1.0.0", "version": "1.0.1",
"description": "Node.js N-API mmap bindings", "description": "Node.js N-API mmap bindings",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
@@ -10,13 +10,14 @@
"dist/", "dist/",
"src/", "src/",
"lib/", "lib/",
"binding.gyp" "binding.gyp",
"tsconfig.json"
], ],
"scripts": { "scripts": {
"install": "node-gyp rebuild && tsc", "install": "node-gyp rebuild && tsc -p tsconfig.json",
"build": "node-gyp rebuild && tsc", "build": "node-gyp rebuild && tsc -p tsconfig.json",
"build:native": "node-gyp rebuild", "build:native": "node-gyp rebuild",
"build:ts": "tsc", "build:ts": "tsc -p tsconfig.json",
"clean": "node-gyp clean && rm -rf dist" "clean": "node-gyp clean && rm -rf dist"
}, },
"dependencies": { "dependencies": {