mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
33 lines
789 B
JSON
33 lines
789 B
JSON
{
|
|
"name": "gbt",
|
|
"version": "0.1.0",
|
|
"description": "An inefficient re-implementation of the getBlockTemplate algorithm in Rust",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"artifacts": "napi artifacts",
|
|
"build": "napi build --platform",
|
|
"build-debug": "npm run build",
|
|
"build-release": "npm run build -- --release --strip",
|
|
"install": "npm run build-release",
|
|
"prepublishOnly": "napi prepublish -t npm",
|
|
"test": "cargo test"
|
|
},
|
|
"author": "mononaut",
|
|
"napi": {
|
|
"name": "gbt",
|
|
"triples": {
|
|
"defaults": false,
|
|
"additional": [
|
|
"x86_64-unknown-linux-gnu",
|
|
"x86_64-unknown-freebsd"
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^2.16.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
} |