mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +01:00
36 lines
829 B
JSON
36 lines
829 B
JSON
{
|
|
"name": "gbt",
|
|
"version": "0.1.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "gbt",
|
|
"version": "0.1.0",
|
|
"hasInstallScript": true,
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^2.16.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/@napi-rs/cli": {
|
|
"version": "2.16.1",
|
|
"resolved": "https://registry.npmjs.org/@napi-rs/cli/-/cli-2.16.1.tgz",
|
|
"integrity": "sha512-L0Gr5iEQIDEbvWdDr1HUaBOxBSHL1VZhWSk1oryawoT8qJIY+KGfLFelU+Qma64ivCPbxYpkfPoKYVG3rcoGIA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"napi": "scripts/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
}
|
|
}
|
|
}
|
|
}
|