{ "name": "@neptune/native", "version": "0.1.0", "description": "Native Node.js addon for Neptune transaction building", "main": "index.js", "files": [ "index.js", "index.d.ts", "*.node" ], "scripts": { "build": "npx napi build --platform --release", "build:debug": "npx napi build --platform", "prepublishOnly": "napi prepublish -t npm", "test": "cargo test", "universal": "napi universal" }, "napi": { "name": "neptune-native", "triples": { "defaults": true, "additional": [ "x86_64-unknown-linux-musl", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", "aarch64-unknown-linux-musl" ] } }, "devDependencies": { "@napi-rs/cli": "^2.18.4" }, "keywords": [ "neptune", "blockchain", "native", "napi", "vm", "proof" ], "license": "Apache-2.0", "engines": { "node": ">= 16" } }