{
  "name": "@reacted/upload-intf",
  "version": "1.0.1",
  "description": "统一上传接口",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "pre": "npm install react react-dom @babel/core @babel/cli @talentui/webpack-config@beta @talentui/get-babel-config webpack webpack-cli webpack-dev-server --save-dev",
    "build": "NODE_ENV=production babel ./src --out-dir lib --extensions \".ts,.tsx\" --copy-files",
    "types": "tsc --emitDeclarationOnly",
    "checkout": "git checkout-index --prefix=../<name>/ -a",
    "lib": "npm run types && npm run build",
    "prepublish": "rm -rf lib/* && npm run lib"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@www.lixinchi.com:1024/reacted/l-tree.git"
  },
  "keywords": [
    "interface",
    "上传",
    "接口"
  ],
  "author": "Raymond Li",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@talentui/get-babel-config": "^4.0.7",
    "commitizen": "^3.1.1",
    "cz-conventional-changelog": "^2.1.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "files": [
    "lib"
  ],
  "dependencies": {}
}
