{
  "name": "@handy-common-utils/dev-utils",
  "version": "1.9.2",
  "description": "Utilities for the convenience of developers",
  "main": "dist/dev-utils.js",
  "types": "dist/dev-utils.d.ts",
  "bin": {
    "generate-api-docs-and-update-readme": "dist/bin/generate-api-docs-and-update-readme.js"
  },
  "scripts": {
    "pretest": "eslint . --ext .ts",
    "test": "c8 mocha",
    "fixPeerDependencies": "replace-in-files '\"serverless\": *\".+?\",*' '' node_modules/serverless-plugin-git-variables/package.json package-lock.json",
    "prepare": "shx rm -rf dist && npm run fixPeerDependencies && tsc && shx chmod +x dist/bin/*.js && es-check",
    "preversion": "npm run prepare && dist/bin/generate-api-docs-and-update-readme.js && git add README.md"
  },
  "files": [
    "package.json",
    ".eslintignore",
    ".eslintrc.*",
    ".nycrc.*",
    "tsconfig.*",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/handy-common-utils/dev-utils.git"
  },
  "keywords": [
    "handy-common-utils",
    "dev",
    "utils"
  ],
  "author": "James Hu",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/handy-common-utils/dev-utils/issues"
  },
  "homepage": "https://github.com/handy-common-utils/dev-utils#readme",
  "dependencies": {
    "@handy-common-utils/fs-utils": "^1.1.3",
    "concat-md": "^0.5.1",
    "lodash": "^4.17.21",
    "serverless-plugin-git-variables": "^5.2.0",
    "typedoc": "^0.28.19",
    "typedoc-plugin-markdown": "^4.11.0",
    "yaml": "^2.8.0"
  },
  "devDependencies": {
    "@handy-common-utils/dev-dependencies-mocha": "^1.11.11",
    "@types/lodash": "^4.17.17",
    "@types/node": "^25.0.2"
  },
  "bundleDependencies": [
    "serverless-plugin-git-variables"
  ]
}
