-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 833 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 833 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
34
35
{
"name": "flashstack",
"version": "1.0.0",
"description": "The first trustless flash loan protocol on Bitcoin L2",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"check": "clarinet check",
"console": "clarinet console",
"devnet": "clarinet integrate",
"clarigen": "clarigen",
"gen": "clarigen generate"
},
"keywords": [
"stacks",
"bitcoin",
"defi",
"flash-loans",
"clarity",
"sbtc",
"leverage"
],
"author": "Glory Matthew",
"license": "MIT",
"devDependencies": {
"@hirosystems/clarinet-sdk": "^2.8.0",
"@hirosystems/clarinet-sdk-wasm": "^2.8.0",
"@clarigen/cli": "^4.0.1",
"@clarigen/core": "^4.0.1",
"@clarigen/test": "^4.0.1",
"vitest": "^1.0.0"
}
}