17 lines
524 B
JSON
17 lines
524 B
JSON
{
|
|
"name": "gbt",
|
|
"version": "0.1.0",
|
|
"description": "An inefficient re-implementation of the getBlockTemplate algorithm in Rust",
|
|
"main": "index.node",
|
|
"scripts": {
|
|
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
|
|
"build-debug": "npm run build --",
|
|
"build-release": "npm run build -- --release",
|
|
"install": "npm run build-release",
|
|
"test": "cargo test"
|
|
},
|
|
"author": "mononaut",
|
|
"devDependencies": {
|
|
"cargo-cp-artifact": "^0.1"
|
|
}
|
|
} |