{
  "name": "@starship-ci/cli",
  "version": "4.0.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "Starship CLI",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/hyperweb-io/starship",
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperweb-io/starship"
  },
  "bugs": {
    "url": "https://github.com/hyperweb-io/starship/issues"
  },
  "bin": {
    "starship": "./index.js"
  },
  "scripts": {
    "copy": "copyfiles -f ../../LICENSE README.md package.json dist",
    "clean": "del dist/**",
    "prepare": "npm run build",
    "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy; npm run chmod",
    "chmod": "chmod +x dist/index.js",
    "dev": "ts-node src/index",
    "lint": "eslint .",
    "format": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "blockchain",
    "blockchain-simulation",
    "blockchain-testing",
    "TDD",
    "multi-chain",
    "crypto",
    "cryptocurrency",
    "ethereum",
    "bitcoin",
    "cosmos",
    "smart-contracts",
    "decentralized",
    "DApps",
    "web3",
    "interchain"
  ],
  "devDependencies": {
    "@types/js-yaml": "^4.0.9"
  },
  "dependencies": {
    "@starship-ci/client": "^4.0.0",
    "@starship-ci/types": "^4.0.0",
    "chalk": "^4.1.0",
    "deepmerge": "^4.3.1",
    "inquirerer": "^1.9.0",
    "js-yaml": "^4.1.0",
    "minimist": "^1.2.8"
  },
  "gitHead": "ee537a2b56fc5e925c87438c84784cba917dbb1b"
}
