bm-create-enc-payload/package.json

18 lines
388 B
JSON
Raw Permalink Normal View History

2022-12-07 08:57:01 +00:00
{
"name": "bm-create-enc-payload",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bignum": "^0.13.1",
"bitmessage": "git+https://git.bitmessage.org/Bitmessage/bitmessage-js.git",
2023-11-02 21:16:01 +00:00
"zeromq": "5.3.1"
2022-12-07 08:57:01 +00:00
}
}