@bowtieddevops/bowtieddevops-test-package-3
Version:
Clarunit, enables writing unit tests in Clarity
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "@bowtieddevops/bowtieddevops-test-package-3",
"version": "1.0.0",
"description": "Clarunit, enables writing unit tests in Clarity",
"main": "src/index.ts",
"bin": "src/cli.ts",
"type": "module",
"scripts": {
"test": "vitest run -- --coverage"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/stacks-network/stacks-test-tools.git"
},
"keywords": [
"stacks",
"blockchain",
"clarity",
"clarinet"
],
"author": "Clarity WG",
"contributors": [
"Friedger Muffke",
"Marvin Janssen",
"Fernando Foy",
"Jesus Najera",
"Nikos Baxevanis"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stacks-network/stacks-test-tools/issues"
},
"homepage": "https://github.com/stacks-network/stacks-test-tools#readme",
"dependencies": {
"@hirosystems/clarinet-sdk": "^2.4.1",
"@stacks/transactions": "^6.11.0",
"chokidar-cli": "^3.0.0",
"path": "^0.12.7",
"typescript": "^5.2.2",
"vite": "^5.2.6",
"vitest": "^1.4.0",
"vitest-environment-clarinet": "^2.0.0"
},
"devDependencies": {
"fast-check": "^3.15.0"
}
}