-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 871 Bytes
/
package.json
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
34
35
36
37
{
"name": "cooperative-stacking",
"version": "0.0.0",
"author": {
"name": "hozz",
"email": "[email protected]"
},
"repository": "https://github.com/hozzjss/cooperative-stacking.git",
"private": true,
"engines": {
"node": ">=10"
},
"scripts": {
"test": "mocha",
"test:watch": "mocha --watch"
},
"devDependencies": {
"@types/node": "^10",
"typescript": "^3.5.2",
"ts-node": "^8.2.0",
"chai": "^4.2.0",
"@types/chai": "^4.1.7",
"mocha": "^6.1.4",
"@types/mocha": "^5.2.7"
},
"dependencies": {
"@blockstack/clarity": "^0.3.9",
"@blockstack/clarity-native-bin": "^0.3.9",
"@stacks/connect": "^5.0.5",
"@stacks/network": "^1.2.2",
"@stacks/stacking": "^1.3.2",
"@stacks/transactions": "^1.3.0",
"bitcoinjs-lib": "^5.2.0",
"bn.js": "^5.2.0",
"dotenv": "^8.2.0"
}
}