{
  "name": "convertpath",
  "version": "1.3.0",
  "description": "base svg element convert path",
  "main": "./lib/index.js",
  "types": "./index.d.ts",
  "scripts": {
    "parse": "node ./lib/index.js",
    "start": "node ./test/index.js",
    "test": "jest --coverage",
    "major": "git commit -am 'docs: update changelog, version and publish' && standard-version --release-as major && git push --follow-tags origin master && npm publish",
    "minor": "git commit -am 'docs: update changelog, version and publish' && standard-version --release-as minor && git push --follow-tags origin master && npm publish",
    "patch": "git commit -am 'docs: update changelog, version and publish' && standard-version --release-as patch && git push --follow-tags origin master && npm publish"
  },
  "author": "pfan",
  "license": "ISC",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && jest",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --quiet --cache --fix",
      "git add"
    ],
    "*.{js,json,css,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "html-minifier": "^3.5.21",
    "juice": "^5.2.0",
    "svg-path-parse": "^1.1.3",
    "svgpath": "^2.2.3",
    "xmldom": "^0.1.27"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-angular": "^8.3.4",
    "@commitlint/config-conventional": "^8.3.4",
    "eslint": "^5.14.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "husky": "^1.3.1",
    "jest": "^26.0.1",
    "lint-staged": "^8.1.4",
    "prettier": "^1.16.4",
    "standard-version": "^9.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/pfan123/convertpath.git"
  },
  "keywords": [
    "convert path",
    "path",
    "convertShapeToPath"
  ],
  "bugs": {
    "url": "https://github.com/pfan123/convertpath/issues"
  },
  "homepage": "https://github.com/pfan123/convertpath#readme"
}
