@usecannon/cli
Version:
Utility for instantly loading cannon packages in standalone contexts
89 lines (88 loc) • 2.44 kB
JSON
{
"name": "@usecannon/cli",
"version": "2.24.2",
"description": "Utility for instantly loading cannon packages in standalone contexts",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"watch": "tsc -p tsconfig.build.json -w",
"clean": "rm -rf ./dist",
"prepublishOnly": "pnpm run build",
"test": "jest",
"test-e2e-prepare": "git submodule update --init --recursive",
"test-e2e": "pnpm run test-e2e-parallel && pnpm run test-e2e-series",
"test-e2e-parallel": "./test/e2e/helpers/bats/bin/bats test/e2e/parallel.bats --jobs 2 --timing",
"test-e2e-series": "./test/e2e/helpers/bats/bin/bats test/e2e/series.bats --timing",
"test-snx-ci": "./test/e2e/helpers/bats/bin/bats test/e2e/synthetix-ci.bats",
"start": "node bin/cannon.js",
"docgen": "typedoc"
},
"files": [
"bin",
"dist",
"error",
"src"
],
"keywords": [
"cannon",
"hardhat",
"foundry",
"ethereum",
"solidity",
"devops"
],
"author": "Cannon",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/usecannon/cannon.git",
"directory": "packages/cli"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/big.js": "^6.2.2",
"@types/debug": "^4.1.12",
"@types/diff": "^5.2.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.16",
"@types/mock-fs": "^4.13.4",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.7.0",
"@types/sinon": "^17.0.4",
"axios": "^1.8.4",
"jest": "^29.7.0",
"mock-fs": "^5.5.0",
"tmp-promise": "^3.0.3",
"ts-jest": "^29.3.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.6.1",
"typedoc-plugin-zod": "^1.4.0",
"typescript": "^5.8.3"
},
"bin": {
"cannon": "bin/cannon.js"
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@usecannon/builder": "2.24.2",
"abitype": "^1.0.8",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"debug": "^4.4.0",
"eth-provider": "^0.13.7",
"fs-extra": "^11.3.0",
"glob": "^11.0.1",
"lodash": "^4.17.21",
"prompts": "^2.4.2",
"semver": "^7.7.1",
"table": "^6.9.0",
"tildify": "3.0.0",
"untildify": "^4.0.0",
"viem": "^2.25.0",
"znv": "^0.4.0",
"zod": "^3.24.2"
},
"gitHead": "89f57c60f3d6dbd9c088cb2e79b5288172185949"
}