mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 16:53:21 +08:00
26 lines
669 B
JSON
26 lines
669 B
JSON
{
|
|
"name": "core-contract-tests-tests",
|
|
"version": "1.0.0",
|
|
"description": "Run unit tests on this project.",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run -- --coverage",
|
|
"genhtml": "genhtml lcov.info --branch-coverage -o coverage/"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@hirosystems/clarinet-sdk": "^2.4.1",
|
|
"@stacks/clarunit": "0.0.1",
|
|
"@stacks/stacking": "^6.13.2",
|
|
"@stacks/transactions": "^6.13.0",
|
|
"chokidar-cli": "^3.0.0",
|
|
"fast-check": "^3.15.1",
|
|
"typescript": "^5.4.2",
|
|
"vite": "^5.1.6",
|
|
"vitest": "^1.3.1",
|
|
"vitest-environment-clarinet": "^2.0.0"
|
|
}
|
|
}
|