-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 812 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@runonbitcoin/easy-b",
"version": "0.2.1",
"description": "Simple library to manage B uploads",
"license": "MIT",
"author": "runonbitcoin",
"main": "src/index.js",
"repository": "git://github.com/runonbitcoin/easy-b.git",
"private": false,
"scripts": {
"lint": "standard",
"lint-fix": "standard --fix",
"publish-patch": "npm version patch && git push --follow-tags && npm publish"
},
"bin": {
"easy-b": "bin/cli.js"
},
"dependencies": {
"@runonbitcoin/nimble": "^1.0.14",
"mmmagic": "^0.5.3",
"node-fetch": "2",
"run-sdk": "^0.6.37",
"signale": "^1.4.0",
"txforge": "^2.1.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"bdd-lazy-var": "^2.6.1",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"standard": "^16.0.4"
}
}