{
  "name": "@acurast/cli",
  "version": "0.4.0",
  "description": "A cli to interact with the Acurast Cloud.",
  "main": "dist/index.js",
  "bin": {
    "acurast": "./dist/index.js"
  },
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "npm run build && node dist/index.js",
    "build": "npx tsc && cp ./src/util/live-code-processor.js ./dist/util/live-code-processor.js",
    "setup": "npm run build && npm i -g .",
    "test": "jest",
    "test-live": "npm run build && node ./dist/index.js live",
    "prettier": "npx prettier . --write"
  },
  "keywords": [
    "acurast",
    "cloud",
    "cli"
  ],
  "author": "Andreas Gassmann <andreas@andreasgassmann.ch>",
  "license": "UNLICENSED",
  "homepage": "https://www.acurast.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/acurast/acurast-cli"
  },
  "dependencies": {
    "@acurast/dapp": "^1.0.1",
    "@inquirer/prompts": "^5.0.5",
    "@polkadot/api": "^16.1.2",
    "@polkadot/keyring": "^13.5.1",
    "adm-zip": "^0.5.16",
    "ansis": "^4.1.0",
    "axios": "^1.9.0",
    "bignumber.js": "^9.3.0",
    "bip39": "^3.1.0",
    "cli-progress": "^3.12.0",
    "commander": "^12.1.0",
    "dotenv": "^16.5.0",
    "elliptic": "^6.6.1",
    "figlet": "^1.8.1",
    "form-data": "^4.0.2",
    "inquirer": "^9.2.23",
    "is-interactive": "^2.0.0",
    "listr2": "^8.3.3",
    "log-symbols": "^6.0.0",
    "needle": "^3.3.1",
    "open": "^8.4.2",
    "parse-duration": "^1.1.0",
    "stdin-discarder": "^0.2.2",
    "zod": "^3.25.51"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.7",
    "@types/cli-progress": "^3.11.6",
    "@types/elliptic": "^6.4.18",
    "@types/figlet": "^1.5.8",
    "@types/inquirer": "^9.0.7",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.3",
    "ts-jest": "^29.1.4",
    "typescript": "^5.4.5"
  },
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
