{
  "name": "@gopowerteam/http-request-cli",
  "version": "0.4.22",
  "description": "",
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "gopowerteam",
    "http-request",
    "http-request-cli"
  ],
  "scripts": {
    "dev": "ts-node -P ./tsconfig.json ./cli.ts -g",
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rimraf dist/",
    "copy-files": "copyfiles -u 1 templates/**/* dist/templates/",
    "build": "yarn clean && tsc --declaration --esModuleInterop --outDir dist && yarn copy-files",
    "npm:publish": "npm run build && npm publish --access publish"
  },
  "bin": {
    "http-request-cli": "./dist/cli.js"
  },
  "peerDependencies": {
    "@gopowerteam/http-request": "^0.3.0"
  },
  "author": "zhuchentong",
  "dependencies": {
    "chalk": "4.1.1",
    "commander": "7.2.0",
    "handlebars": "4.7.7",
    "mkdirp": "1.0.4",
    "node-fetch": "2.6.1",
    "rimraf": "3.0.2"
  },
  "devDependencies": {
    "@gopowerteam/http-request": "^0.1.2",
    "@types/node": "15.0.2",
    "@types/rimraf": "^3.0.2",
    "copyfiles": "2.4.1",
    "rimraf": "3.0.2",
    "ts-node": "9.1.1",
    "tslib": "2.2.0",
    "typescript": "4.2.4",
    "vite": "2.5.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gopowerteam/package.http-request.git"
  },
  "bugs": {
    "url": "https://github.com/gopowerteam/package.http-request/issues"
  },
  "homepage": "https://github.com/gopowerteam/package.http-request",
  "license": "MIT"
}
