{
  "name": "@yurenju/soy-cli",
  "version": "0.0.9",
  "description": "",
  "main": "./build/index.js",
  "bin": {
    "soy": "./build/index.js"
  },
  "scripts": {
    "start": "ts-node src/index.ts",
    "build": "tsc",
    "test": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yurenju/soy-cli.git"
  },
  "author": "Yuren Ju <yurenju@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yurenju/soy-cli/issues"
  },
  "homepage": "https://github.com/yurenju/soy-cli",
  "devDependencies": {
    "@types/chai": "4.2.9",
    "@types/js-yaml": "3.12.4",
    "@types/jsonpointer": "4.0.0",
    "@types/mocha": "7.0.1",
    "@types/node": "^13.1.2",
    "@types/node-fetch": "2.5.7",
    "chai": "4.2.0",
    "mocha": "7.0.1",
    "nock": "12.0.2",
    "nyc": "15.0.0",
    "source-map-support": "0.5.16",
    "ts-mockito": "2.5.0",
    "ts-node": "8.10.2",
    "typescript": "^3.7.4"
  },
  "dependencies": {
    "@marcj/marshal": "2.1.13",
    "@types/joi": "14.3.4",
    "@types/shelljs": "0.8.8",
    "bignumber.js": "9.0.0",
    "bottleneck": "2.19.5",
    "commander": "4.1.0",
    "csv-parse": "^4.8.3",
    "dotenv": "8.2.0",
    "ethers": "5.0.4",
    "iconv-lite": "^0.5.0",
    "js-yaml": "3.13.1",
    "jsonpointer": "4.0.1",
    "moment": "^2.24.0",
    "node-fetch": "2.6.0",
    "node-tw-e-invoice": "1.0.0",
    "reflect-metadata": "0.1.13",
    "shelljs": "0.8.3"
  }
}
