-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 735 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
{
"name": "stacks-api-registry-tests",
"version": "1.0.0",
"description": "Run unit tests on this project.",
"type": "module",
"private": true,
"scripts": {
"test": "vitest run",
"test:report": "vitest run -- --coverage --costs",
"test:watch": "chokidar \"tests/**/*.ts\" \"contracts/**/*.clar\" -c \"npm run test:report\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@hirosystems/clarinet-sdk": "^3.0.2",
"@stacks/connect-react": "^23.1.4",
"@stacks/transactions": "^7.0.6",
"@stacks/wallet-sdk": "^7.2.0",
"chokidar-cli": "^3.0.0",
"framer-motion": "^12.34.0",
"lucide-react": "^0.564.0",
"vitest": "^3.1.3",
"vitest-environment-clarinet": "^2.3.0"
}
}