{
  "name": "tanem-scripts",
  "version": "8.0.6",
  "description": "Common scripts for my projects.",
  "author": "Tane Morgan (https://github.com/tanem)",
  "bin": {
    "tanem-scripts": "dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/tanem/tanem-scripts",
  "bugs": "https://github.com/tanem/tanem-scripts/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tanem/tanem-scripts.git"
  },
  "keywords": [
    "authors",
    "changelog",
    "changelog-generator",
    "cli",
    "generator",
    "git",
    "github",
    "javascript",
    "markdown",
    "node",
    "script",
    "scripts",
    "shortlog",
    "typescript"
  ],
  "license": "MIT",
  "dependencies": {
    "@octokit/rest": "^22.0.1",
    "commander": "^14.0.3",
    "date-fns": "^4.1.0",
    "execa": "^5.1.1",
    "fs-extra": "^11.3.3",
    "git-remote-origin-url": "^3.1.0",
    "parse-github-url": "^1.0.3",
    "prompt-promise": "^1.0.3",
    "semver": "^7.7.4"
  },
  "devDependencies": {
    "@types/fs-extra": "11.0.4",
    "@types/jest": "30.0.0",
    "@types/lolex": "5.1.6",
    "@types/node": "24.11.0",
    "@types/parse-github-url": "1.0.3",
    "@types/semver": "7.7.1",
    "@typescript-eslint/eslint-plugin": "8.56.1",
    "@typescript-eslint/parser": "8.56.1",
    "eslint": "10.0.2",
    "eslint-config-prettier": "10.1.8",
    "jest": "30.2.0",
    "jest-jasmine2": "30.2.0",
    "lolex": "6.0.0",
    "make-dir": "5.1.0",
    "npm-run-all2": "8.0.4",
    "prettier": "3.8.1",
    "shx": "0.4.0",
    "ts-jest": "29.4.6",
    "typescript": "5.9.3"
  },
  "scripts": {
    "build": "run-s clean compile",
    "check:format": "prettier --list-different \"**/*.{js,ts}\"",
    "check:types": "tsc --noEmit",
    "clean": "run-p clean:*",
    "clean:dist": "shx rm -rf dist",
    "compile": "tsc -p tsconfig.base.json",
    "format": "prettier --write \"**/*.{js,ts}\"",
    "lint": "eslint . --ext .js,.ts",
    "release": "node dist/cli release",
    "test": "run-s check:* lint build test:*",
    "test:cjs": "jest --config ./scripts/jest/config.cjs.js",
    "test:src": "jest --config ./scripts/jest/config.src.js"
  }
}
