{
  "name": "avery-imgclip",
  "version": "0.0.1",
  "description": "图片裁剪",
  "flies": [
    "modules",
    "esm",
    "types",
    "README.md"
  ],
  "main": "lib/imgClip.js",
  "jsnext:main": "src/index.js",
  "scripts": {
    "clear": "rimraf ./dist/ ./modules/ ./esm/ ./types/ ./docs/",
    "dev": "npm run clear && cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.config.js",
    "build:example": "npm run clear && cross-env NODE_ENV=production webpack --config ./build/webpack.example.config.js",
    "build:esm": "tsc -p ./tsconfig.esm.json",
    "build:prod": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.config.js",
    "build": "npm run clear && npm run build:prod"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/averyyu/avery-imgclip"
  },
  "keywords": [
    "lib库"
  ],
  "author": "averyyu",
  "license": "MIT",
  "devDependencies.bak": {
    "babel-plugin-transform-modules": "^0.1.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.24.1"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-runtime": "^6.26.0",
    "copy-webpack-plugin": "^4.5.1",
    "cross-env": "^5.1.6",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-html": "^4.0.3",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "fork-ts-checker-webpack-plugin": "^0.4.1",
    "glob": "^7.1.2",
    "html-webpack-plugin": "^3.2.0",
    "optimize-css-assets-webpack-plugin": "^4.0.2",
    "rimraf": "^2.6.2",
    "thread-loader": "^1.1.5",
    "ts-loader": "^4.3.0",
    "tslint": "^5.10.0",
    "tslint-eslint-rules": "^5.3.1",
    "typedoc": "^0.14.2",
    "typedoc-plugin-external-module-map": "^1.0.0",
    "typedoc-webpack-plugin": "^1.1.4",
    "typescript": "^3.3.0",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^4.10.2",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.4",
    "webpack-merge": "^4.1.2"
  },
  "engines": {
    "node": ">= 10.0.0",
    "npm": ">= 5.0.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8",
    "ios >= 8",
    "android >= 4.3"
  ],
  "typings": "types/modules/index.d.ts"
}
