mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-05 06:20:27 +08:00
21 lines
485 B
JSON
21 lines
485 B
JSON
{
|
|
"name": "core-contract-tests-tests",
|
|
"version": "1.0.0",
|
|
"description": "Run unit tests on this project.",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest run -- --coverage"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@hirosystems/clarinet-sdk": "^1.1.0",
|
|
"@stacks/transactions": "^6.9.0",
|
|
"chokidar-cli": "^3.0.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vitest": "^0.34.4",
|
|
"vitest-environment-clarinet": "^1.0.0"
|
|
}
|
|
}
|