{
  "name": "@vortex.so/changelog-lint",
  "version": "0.8.0",
  "description": "Changelog lint of Vortex.",
  "contributors": [
    "Bian Pratama <bian@prata.ma>"
  ],
  "license": "MIT",
  "keywords": [
    "vortex",
    "conventional-changelog",
    "preset",
    "commitlint"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "import": "./build/index.mjs",
      "require": "./build/index.cjs"
    }
  },
  "main": "build/index.cjs",
  "module": "build/index.mjs",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "peerDependencies": {
    "@commitlint/cli": "^18.6.1"
  },
  "dependencies": {
    "conventional-changelog-conventionalcommits": "^7.0.2",
    "@vortex.so/pkg": "0.2.0",
    "@vortex.so/changelog-types": "0.10.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.6.1",
    "@types/node": "22.13.4",
    "eslint": "9.20.1",
    "execa": "9.3.1",
    "prettier": "3.5.1",
    "tsc-alias": "1.8.10",
    "tsx": "4.19.3",
    "typescript": "5.7.3",
    "unbuild": "3.3.1",
    "vite": "6.1.1",
    "vitest": "3.0.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "build": 8,
  "scripts": {
    "build": "tsx ./scripts/build.ts",
    "clean": "rm -rf dist build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}