{
  "name": "protomap",
  "version": "0.0.75",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "webpack",
    "test": "jest --watchAll --coverage --verbose",
    "release": "standard-version",
    "publish-package": "git push --follow-tags origin master && npm publish"
  },
  "jest": {
    "coverageReporters": [
      "json-summary",
      "text",
      "lcov"
    ],
    "testPathIgnorePatterns": [
      "src/overall-test/overall-test-utility",
      "src/test-utility/",
      "dist/",
      "node_modules/"
    ],
    "verbose": true
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run build && jest --coverage && node_modules/.bin/jest-badges-readme && git add 'README.md'",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "author": "Yue Marvin Tao",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@commitlint/config-conventional": "^9.1.2",
    "@olavoparno/jest-badges-readme": "^1.5.1",
    "babel-jest": "^26.3.0",
    "babel-loader": "^8.2.2",
    "commitlint": "^9.1.2",
    "cz-conventional-changelog": "^3.2.1",
    "husky": "^4.2.5",
    "jest": "^26.4.2",
    "standard-version": "^9.0.0",
    "terser-webpack-plugin": "^5.0.3",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.10.3",
    "webpack-cli": "^4.2.0",
    "xlsx": "^0.16.9"
  }
}
