{
  "name": "@decentralized-identity/ion-cli",
  "description": "A Command Line Interface (CLI) to make working with the ION network and using ION DIDs easy peasy lemon squeezy.",
  "version": "0.3.4",
  "author": "Decentralized Identity Foundation",
  "bin": {
    "ion": "./bin/run"
  },
  "dependencies": {
    "@oclif/command": "^1.8.0",
    "@oclif/config": "^1.17.0",
    "@oclif/plugin-help": "^3.2.3",
    "clear": "^0.1.0",
    "tslib": "^1.14.1",
    "@decentralized-identity/ion-tools": "0.1.0",
    "cli-ux": "5.6.3",
    "jsonpath": "1.1.1",
    "class-transformer": "0.4.0",
    "fs-extra": "10.0.0"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.26.0",
    "@types/fs-extra": "9.0.13",
    "@types/jsonpath": "0.2.0",
    "@types/node": "^16.10.3",
    "eslint": "^8.0.1",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.1.0",
    "globby": "^10.0.2",
    "rimraf": "^3.0.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.10"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "bugs": {
    "url": "https://github.com/decentralized-identity/ion-cli/issues"
  },
  "homepage": "https://github.com/decentralized-identity/ion-cli#readme",
  "keywords": [
    "ION",
    "decentralized",
    "identity",
    "cli"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "ion",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decentralized-identity/ion-cli.git"
  },
  "scripts": {
    "postpack": "rm -rf oclif.manifest.json",
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "echo NO TESTS",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
