{
  "name": "we-cropper",
  "version": "1.4.0",
  "description": "weapp,cropper,canvas",
  "main": "dist/we-cropper.js",
  "types": "types/we-cropper.d.ts",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "build": "node scripts/build/build.js",
    "dev": "rollup -w -c scripts/build/config.js",
    "lint": "./node_modules/.bin/eslint --fix src test example",
    "test": "npm run lint && npm run test:types && npm run test:unit",
    "test:unit": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register",
    "test:types": "npx tsc -p ./types/test/tsconfig.json",
    "before-release": "npm run build && npm run test",
    "release:core": "sh ./scripts/release/release.sh",
    "release:packages": "npm run before-release && ./node_modules/.bin/lerna publish",
    "postinstall": "opencollective-postinstall"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:we-plugin/we-cropper.git"
  },
  "author": "dlhandsome",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/we-plugin/we-cropper/issues"
  },
  "homepage": "https://github.com/we-plugin/we-cropper#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "eslint": "^4.13.1",
    "eslint-config-standard": "^11.0.0-beta.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "lerna": "^2.11.0",
    "mocha": "^4.0.1",
    "rollup": "^0.50.0",
    "rollup-plugin-buble": "^0.16.0",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-copy": "^0.2.3",
    "rollup-plugin-json": "^2.3.0",
    "rollup-plugin-node-resolve": "^3.0.2",
    "rollup-plugin-replace": "^2.0.0",
    "typescript": "^3.0.1",
    "uglify-js": "^3.1.10"
  },
  "dependencies": {
    "base-64": "^0.1.0",
    "opencollective-postinstall": "^2.0.2",
    "opencollective": "^1.0.3"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/we-cropper"
  }
}
