Skip to content

Commit 50dc0ac

Browse files
author
Simon Goldberg
committed
update package.json
1 parent f6ddf77 commit 50dc0ac

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

lib/bitcoin-core/package.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
2-
"name": "bitcoin-core",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "app.js",
6-
"directories": {
7-
"lib": "lib"
8-
},
2+
"name": "aws-blockchain-node-runners-bitcoin-core",
3+
"version": "0.1.0",
94
"scripts": {
10-
"test": "jest"
11-
},
12-
"keywords": [],
13-
"author": "",
14-
"license": "ISC"
15-
}
5+
"build": "npx tsc",
6+
"watch": "npx tsc -w",
7+
"test": "npx jest",
8+
"cdk": "npx cdk",
9+
"scan-cdk": "npx cdk synth"
10+
}
11+
}

0 commit comments

Comments
 (0)