{
  "name": "fy-kit",
  "version": "5.1.0",
  "description": "",
  "author": "fy",
  "license": "MIT",
  "private": false,
  "main": "bin/fy-kit.js",
  "common": "bin/fy-kit.common.js",
  "module": "bin/fy-kit.esm.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack",
    "release": "npm run build && npm publish",
    "publish": "npm publish",
    "go": "rollup -c && npm publish",
    "dev": "cd node && node before && cd .. && rollup -c && cd node &&  node app && cd ..",
    "code": " cd node &&  node app && cd ..",
    "babel": "npx babel   _index.ts --out-file ./babel/fy-kit.js"
  },
  "keywords": [
    "fy"
  ],
  "files": [
    "bin"
  ],
  "dependencies": {
    "@babel/polyfill": "^7.12.1",
    "@babel/runtime-corejs3": "^7.13.9",
    "axios": "^0.21.1",
    "core-js": "^3.18.3",
    "qs": "^6.10.1",
    "regenerator-runtime": "^0.13.9",
    "vue": "^2.6.14"
  },
  "devDependencies": {
    "@babel/cli": "^7.15.7",
    "@babel/core": "^7.15.0",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-transform-runtime": "^7.13.9",
    "@babel/preset-env": "^7.15.0",
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-image": "^2.1.0",
    "@rollup/plugin-typescript": "^6.0.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "clean-webpack-plugin": "^3.0.0",
    "rollup": "^2.27.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-img": "^1.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-uglify": "^6.0.4",
    "tslib": "^2.0.3",
    "typescript": "^4.0.3"
  }
}
