package.json•575 B
{
"name": "in-memoria-core",
"version": "0.5.5",
"description": "Rust core for In Memoria",
"main": "index.js",
"types": "index.d.ts",
"napi": {
"binaryName": "in-memoria-core",
"targets": [
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
"aarch64-apple-darwin"
]
},
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.16.0"
},
"engines": {
"node": ">= 10"
},
"scripts": {
"build": "napi build --platform --release",
"build:debug": "napi build --platform"
}
}