{
  "name": "axiom-cli",
  "version": "0.1.24",
  "description": "CLI for interacting with the Axiom p2p network",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axiom-org/axiom.git"
  },
  "bin": {
    "axiom": "./build/main.js"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "start": "node -r ts-node/register src/main.ts",
    "test": "jest"
  },
  "author": "Kevin Lacker",
  "license": "MIT",
  "dependencies": {
    "axiom-api": "^0.1.24",
    "commander": "^3.0.2",
    "ws": "^7.2.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.19",
    "@types/ws": "^6.0.3",
    "jest": "^24.9.0",
    "ts-jest": "^24.1.0",
    "ts-node": "^8.4.1",
    "typescript": "^3.6.4"
  }
}
