{
  "name": "serverless-scriptable-plugin",
  "version": "1.3.1",
  "description": "Add scripts(nodejs) support to serverless 1.x",
  "main": "index.js",
  "scripts": {
    "check-style": "eslint -f stylish .",
    "test": "nyc --reporter=lcov mocha && nyc check-coverage --statements 100 --functions 100 --branches 100 --lines 100",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/weixu365/serverless-scriptable-plugin.git"
  },
  "keywords": [
    "serverless",
    "script",
    "shell",
    "command",
    "cli",
    "javascript",
    "nodejs",
    "hook",
    "customize",
    "plugin"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/weixu365/serverless-scriptable-plugin/issues"
  },
  "homepage": "https://github.com/weixu365/serverless-scriptable-plugin#readme",
  "devDependencies": {
    "chai": "4.3.7",
    "color-support": "1.1.3",
    "commitizen": "4.3.0",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "8.43.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.27.5",
    "mocha": "10.2.0",
    "nyc": "15.1.0",
    "semantic-release": "21.0.5",
    "tmp": "0.2.1"
  },
  "dependencies": {
    "bluebird": "3.7.2"
  },
  "overrides": {
    "minimist": "1.2.8"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
