{
  "name": "h5-image-editor",
  "version": "0.1.20",
  "description": "h5 image editor",
  "main": "lib/index.js",
  "module": "es/index.js",
  "browser": "lib/index.min.js",
  "types": "index.d.ts",
  "keywords": [
    "image editor",
    "canvas",
    "html5",
    "图片编辑"
  ],
  "files": [
    "es",
    "lib",
    "index.d.ts",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "start": "webpack serve --mode=development",
    "build": "npm run build:es && npm run build:umd && npm run build:umd-minify && npm run gh-pages",
    "build:umd": "webpack",
    "build:umd-minify": "cross-env MINIFY=true webpack",
    "build:es": "cross-env BUILD_TARGET=esModule webpack",
    "gh-pages": "node gh-pages.js"
  },
  "author": "semdy",
  "email": "501859275@qq.com",
  "license": "MIT",
  "homepage": "https://github.com/semdy/h5-image-editor",
  "repository": {
    "type": "git",
    "url": "https://github.com/semdy/h5-image-editor.git"
  },
  "bugs": {
    "url": "https://github.com/semdy/h5-image-editor/issues"
  },
  "devDependencies": {
    "@babel/core": "7.13.14",
    "@babel/plugin-transform-runtime": "^7.16.0",
    "@babel/preset-env": "7.13.12",
    "babel-loader": "8.2.2",
    "cross-env": "^7.0.3",
    "html-webpack-plugin": "^5.5.0",
    "webpack": "5.30.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.4.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.16.0",
    "h5-signature": "^0.3.5"
  }
}
