{
  "name": "rap",
  "version": "1.3.1",
  "description": "rapper, use http api as a function",
  "main": "./dist/index.js",
  "scripts": {
    "lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
    "build": "./node_modules/typescript/bin/tsc -p tsconfig.json && node ./script/move-runtime",
    "normal": "npm run build && node ./dist/build/normal",
    "redux": "npm run build && node ./dist/build/redux",
    "prepublishOnly": "npm run build"
  },
  "bin": {
    "rap": "./dist/models.js",
    "rapper": "./dist/models.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thx/rapper.git"
  },
  "keywords": [
    "api",
    "rap",
    "rapper",
    "typescript",
    "redux"
  ],
  "author": "chibing.fy",
  "license": "ISC",
  "files": [
    "dist",
    "runtime",
    "README.md",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "chalk": "^2.4.2",
    "commander": "^4.0.1",
    "inquirer": "^7.0.4",
    "json-schema-to-typescript": "^7.1.0",
    "json5": "^2.1.0",
    "lodash": "^4.17.15",
    "mkdirp": "^0.5.1",
    "ora": "^4.0.3",
    "semver": "^6.3.0"
  },
  "devDependencies": {
    "@types/json5": "0.0.30",
    "@types/lodash": "^4.14.144",
    "@types/node": "^14.0.1",
    "@types/react": "^16.9.41",
    "@types/react-dom": "^16.9.5",
    "@types/react-redux": "^7.1.2",
    "@types/semver": "^6.2.0",
    "@types/update-notifier": "^2.5.0",
    "@typescript-eslint/eslint-plugin": "^2.5.0",
    "@typescript-eslint/parser": "^2.5.0",
    "eslint": "^6.5.1",
    "eslint-config-prettier": "^6.4.0",
    "eslint-plugin-prettier": "^3.1.1",
    "fs-extra": "^8.1.0",
    "react": "^16.13.1",
    "react-dom": "^16.12.0",
    "react-redux": "^7.1.1",
    "redux": "^4.0.4",
    "typescript": "^3.9.6"
  },
  "types": "./dist/index.d.ts"
}