{
  "name": "vue-cli-plugin-norm",
  "version": "1.2.12",
  "description": "Build Code style and validation, Git commit specification, quickly and fully automated!",
  "main": "index",
  "scripts": {
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/palxiao/vue-cli-plugin-norm.git"
  },
  "keywords": [
    "code",
    "style",
    "validation",
    "commit"
  ],
  "author": "ShawnPhang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/palxiao/vue-cli-plugin-norm/issues"
  },
  "bin": {
    "commit-log": "./server.js"
  },
  "homepage": "https://github.com/palxiao/vue-cli-plugin-norm#readme",
  "devDependencies": {},
  "dependencies": {
    "express": "^4.17.1",
    "marked": "^2.1.3",
    "open": "^8.2.1"
  }
}
