{
  "name": "sprite-extend-shapes",
  "version": "1.1.0",
  "description": "",
  "main": "lib/index.js",
  "module": "",
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "build": "npm run build:es6 && npm run build:prod",
    "build:prod": "babel src -d lib && webpack --env.production",
    "build:es6": "babel src -d lib && webpack --env.esnext",
    "standalone": "babel src -d lib && webpack --env.standalone",
    "start": "webpack-dev-server --watch-poll",
    "prepublishOnly": "npm run build && node ./script/qcdn",
    "test": "nyc ava --serial && rimraf ./coverage && mkdir coverage && nyc report --reporter=html > ./coverage/lcov.info",
    "lint": "eslint ./ --fix"
  },
  "author": "akira-cn",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.0",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.2.1",
    "@babel/plugin-proposal-decorators": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "@babel/register": "^7.0.0",
    "ava": "^1.4.1",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "canvas": "^2.0.0-alpha.16",
    "canvas-5-polyfill": "^0.1.5",
    "colors": "^1.3.1",
    "coveralls": "^3.0.2",
    "css-loader": "^2.0.0",
    "eslint": "^5.0.1",
    "eslint-config-sprite": "^1.0.4",
    "eslint-plugin-html": "^4.0.5",
    "hamming-distance": "^1.0.0",
    "html-webpack-plugin": "^3.2.0",
    "imghash": "^0.0.3",
    "nyc": "^12.0.2",
    "pixelmatch": "^4.0.2",
    "rimraf": "^2.6.2",
    "spritejs": "^2.29.2",
    "style-loader": "^0.23.1",
    "webpack": "^4.35.0",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-cli": "^3.3.5",
    "webpack-dev-server": "^3.7.2",
    "webpack-hot-middleware": "^2.24.3",
    "webpack-merge": "^4.1.5"
  },
  "ava": {
    "files": [
      "**/test/*.test.js"
    ],
    "require": [
      "@babel/register"
    ],
    "babel": {
      "testOptions": {
        "babelrc": true
      }
    }
  },
  "nyc": {
    "exclude": [
      "**/test/**/*.js"
    ]
  },
  "dependencies": {
    "@babel/runtime": "^7.2.0",
    "sprite-draggable": "0.1.15",
    "svg-path-to-canvas": "^1.11.3"
  }
}
