{
  "name": "test-tako-connector-sdk",
  "version": "1.2.2",
  "main": "lib/index.js",
  "bin": {
    "test-tako-connector-sdk": "bin/index.js",
    "tako": "bin/index.js"
  },
  "license": "MIT",
  "scripts": {
    "publish-pacakge": "yarn run build && yarn publish --access public --tag latest --new-version $npm_package_version",
    "build": "yarn run tsc:rebuild",
    "tsc:rebuild": "yarn run tsc:clean && yarn run tsc:build",
    "tsc:build": "tsc -b tsconfig-cjs.json tsconfig.json",
    "tsc:watch": "tsc -b tsconfig-cjs.json tsconfig.json --watch",
    "tsc:clean": "tsc -b tsconfig-cjs.json tsconfig.json --clean"
  },
  "files": [
    "lib",
    "bin",
    "types"
  ],
  "types": "lib/index.d.ts",
  "dependencies": {
    "node-fetch": "^2.6.1",
    "commander": "^8.0.0",
    "mkdirp": "^0.5.5",
    "form-data": "^4.0.0",
    "jszip": "^3.6.0"
  },
  "devDependencies": {
    "@types/node": "^15.12.2",
    "typescript": "^4.3.2"
  }
}
