mempool/backend/rust-gbt/package-lock.json

35 lines
807 B
JSON
Raw Normal View History

2023-06-23 16:42:58 -04:00
{
"name": "gbt",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gbt",
"version": "0.1.0",
"hasInstallScript": true,
2023-07-06 15:49:54 -07:00
"dependencies": {
2023-06-24 11:21:58 -07:00
"@napi-rs/cli": "^2.16.1"
},
"engines": {
"node": ">= 12"
2023-06-23 16:42:58 -04:00
}
},
2023-06-24 11:21:58 -07:00
"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==",
2023-06-23 16:42:58 -04:00
"bin": {
2023-06-24 11:21:58 -07:00
"napi": "scripts/index.js"
},
"engines": {
"node": ">= 10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
2023-06-23 16:42:58 -04:00
}
}
}
}