-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 849 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
{
"name": "clarity-stacking-pools",
"version": "2.1.0",
"author": {
"name": "Friedger Müffke",
"email": "mail@friedger.de"
},
"repository": "https://github.com/friedger/clarity-stacking-pools.git",
"private": true,
"engines": {
"node": ">=14"
},
"scripts": {
"build": "tsc --build",
"test": "vitest run -- --coverage",
"genhtml": "genhtml lcov.info --branch-coverage -o coverage/"
},
"dependencies": {
"@hirosystems/clarinet-sdk": "^2.4.1",
"@stacks/clarunit": "0.0.2",
"@stacks/common": "^6.13.0",
"@stacks/network": "^6.13.0",
"@stacks/stacking": "^6.13.1",
"@stacks/transactions": "^6.13.1",
"chokidar-cli": "^3.0.0",
"fast-check": "^3.15.1",
"typescript": "^5.4.2",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"vitest-environment-clarinet": "^2.0.0"
}
}