@moonsong-labs/moonwall-cli
Version:
Testing framework for the Moon family of projects
102 lines • 2.73 kB
JSON
{
"name": "@moonsong-labs/moonwall-cli",
"type": "module",
"version": "0.3.1",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
"homepage": "https://github.com/Moonsong-Labs/moonwall#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Moonsong-Labs/moonwall.git",
"directory": "packages/moonwall"
},
"bugs": {
"url": "https://github.com/Moonsong-Labs/moonwall/issues"
},
"keywords": [
"moonwall",
"moonbeam",
"moondance",
"polkadot",
"kusama",
"substrate"
],
"exports": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"moonwall": "./moonwall.mjs"
},
"engines": {
"node": ">=14.16.0",
"pnpm": ">=7"
},
"files": [
"dist",
"bin",
"*.d.ts",
"*.d.cts",
"*.mjs",
"*.cjs"
],
"dependencies": {
"@acala-network/chopsticks": "^0.5.10",
"@moonbeam-network/api-augment": "^0.2201.0",
"@polkadot/api": "^10.2.1",
"@polkadot/api-augment": "^10.2.1",
"@polkadot/api-derive": "^10.2.1",
"@polkadot/keyring": "^11.1.2",
"@polkadot/types": "^10.2.1",
"@polkadot/types-codec": "^10.2.1",
"@polkadot/util": "^11.1.2",
"@types/cli-progress": "^3.11.0",
"@types/node": "^18.15.10",
"@types/yargs": "^17.0.23",
"bottleneck": "^2.19.5",
"chalk": "^5.2.0",
"clear": "^0.1.0",
"cli-progress": "^3.12.0",
"colors": "^1.4.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"ethers": "^6.2.3",
"inquirer": "^8.2.5",
"inquirer-press-to-continue": "^1.1.4",
"moonbeam-types-bundle": "^2.0.10",
"node-fetch": "^3.3.1",
"prettier": "^2.8.7",
"pretty-bytes": "^6.1.0",
"request-progress": "^3.0.0",
"semver": "^7.3.8",
"superagent": "^8.0.9",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"vitest": "^0.29.7",
"web3": "4.0.1-rc.0",
"web3-providers-ws": "4.0.1-rc.0",
"ws": "^8.13.0",
"yaml": "^2.2.1",
"yargs": "^17.7.1",
"@moonsong-labs/moonwall-util": "0.3.1"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@vitest/ui": "^0.28.5",
"regenerator-runtime": "^0.13.11",
"typescript": "^4.9.5",
"typescript-json-schema": "^0.55.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "pnpm exec rimraf dist && tsup src --format cjs,esm --dts ",
"watch": "tsup src --format cjs,esm --dts --watch",
"typecheck": "pnpm exec tsc --noEmit",
"prepublish": "pnpm run build",
"schema": "typescript-json-schema ./src/types/config.ts MoonwallConfig > config_schema.json",
"compile": "pnpm build ",
"lint": "tsc"
}
}