{
  "name": "@neosjs/h5-graffiti",
  "productName": "H5 Graffiti",
  "version": "1.1.4",
  "description": "NeosJS H5 Graffiti",
  "main": "lib/graffiti.min.js",
  "scripts": {
    "bootstrap": "yarn || npm i",
    "dev": "rollup -c -w",
    "build": "npm run bootstrap && npm run clean && rollup -c --environment NODE_ENV:production",
    "lint": "eslint src/** --fix",
    "prettier": "prettier --write \"**/*.js\"",
    "clean": "rimraf lib/* && rimraf *.log",
    "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
    "release": "sh ./release.sh"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "NeosJS",
    "Graffiti"
  ],
  "author": "听着情歌流泪 <develop@lingtal.com> (https://neosjs.com)",
  "homepage": "https://docs.neosjs.com/graffiti/",
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-transform-arrow-functions": "^7.10.4",
    "@babel/plugin-transform-classes": "^7.10.4",
    "@babel/preset-env": "^7.11.5",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@rollup/plugin-buble": "^0.21.3",
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "babel-eslint": "^10.1.0",
    "cz-customizable": "^6.2.0",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-promise": "^4.2.1",
    "husky": "^4.3.0",
    "lint-staged": "^10.2.2",
    "prettier": "^2.1.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.28.2",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 8.0.0",
    "npm": ">= 5.0.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "lint-staged": {
    "*.{js,jsx,vue}": [
      "yarn lint --fix",
      "yarn prettier"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
