{ "name": "@coopenomics/boot", "type": "module", "version": "2026.7.21", "private": true, "packageManager": "pnpm@9.0.6", "description": "CLI-утилита инициализации блокчейна и кооператива", "author": "Alex Ant ", "license": "", "keywords": [], "main": "./dist/index.cjs", "files": [ "dist", "scripts" ], "scripts": { "build": "unbuild", "enter": "./scripts/enter.sh", "cli": "esno src/index.ts", "deploy": "esno src/index.ts deploy", "cleos": "esno src/index.ts cleos", "unlock": "esno src/index.ts unlock", "boot": "esno src/index.ts boot", "boot:clean": "esno src/index.ts boot:clean", "boot:extra": "esno src/index.ts boot:extra", "boot:remote": "esno src/index.ts boot:remote", "reboot:clean": "cd components/boot/scripts && bash clean_reboot.sh", "reboot:extra": "cd components/boot/scripts && bash extra_reboot.sh", "reboot:blago": "cd components/boot/scripts && bash blago_reboot.sh", "create-coop": "esno src/index.ts create-coop", "clear": "./scripts/clear.sh", "start": "./scripts/restart.sh", "stop": "./scripts/stop.sh", "test": "vitest run src/tests/capital.test.ts --testTimeout=240000", "test:all": "vitest run --testTimeout=240000" }, "dependencies": { "@coopenomics/factory": "workspace:*", "@types/pg": "^8.16.0", "axios": "^1.13.5", "chai": "^5.1.2", "commander": "^12.1.0", "cooptypes": "workspace:*", "dockerode": "^4.0.2", "dotenv": "^16.4.5", "eosjs": "^22.1.0", "eosjs-api": "^7.0.4", "eosjs-ecc": "^4.0.7", "execa": "^9.5.2", "mocha": "^10.7.3", "mongoose": "^9.2.2", "pg": "^8.16.3" }, "devDependencies": { "@antfu/eslint-config": "^2.18.0", "@antfu/ni": "^0.21.12", "@antfu/utils": "^0.7.8", "@types/dockerode": "^3.3.31", "@types/node": "^20.12.12", "bumpp": "^9.4.1", "eslint": "^9.2.0", "esno": "^4.7.0", "pnpm": "^9.1.1", "rimraf": "^5.0.7", "simple-git-hooks": "^2.11.1", "typescript": "^5.4.5", "unbuild": "^2.0.0", "vite": "^5.2.11", "vitest": "^1.6.0" } }