{
  "name": "yp-i18n-response",
  "version": "0.1.7",
  "description": "yp error messages with i18n",
  "main": "index.js",
  "module": "index.min.js",
  "unpkg": "index.min.js",
  "jsdelivr": "index.min.js",
  "files": [
    "index.min.js",
    "index.js",
    "i18n/*"
  ],
  "scripts": {
    "build": "rm -rf ./index.min.js && ./node_modules/.bin/babel index.js --out-file ./index.min.js --minified",
    "prepush": "yarn build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@code.aliyun.com:yopoint/yp-pkg-i18n-error.git"
  },
  "keywords": [
    "i18n",
    "yp",
    "vue",
    "vue-i18n"
  ],
  "author": "pandaj",
  "license": "ISC",
  "devDependencies": {
    "husky": "^1.2.0",
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.24.1"
  }
}
