{
  "name": "@7n/rules",
  "version": "1.100.0",
  "description": "CLI еталонних правил і skills (префікс n-): синк у репозиторій, дельта-lint, конформність",
  "keywords": [
    "cli",
    "rules",
    "lint",
    "mdc",
    "n",
    "pi-package"
  ],
  "homepage": "https://github.com/nitra/7n-rules#readme",
  "bugs": {
    "url": "https://github.com/nitra/7n-rules/issues"
  },
  "license": "ISC",
  "author": "v@nitra.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nitra/7n-rules.git"
  },
  "release": {
    "maxBump": "minor"
  },
  "bin": {
    "n-rules": "bin/n-rules.js",
    "n-cursor": "bin/n-rules.js"
  },
  "files": [
    "docs",
    "types",
    "rules",
    "bin",
    "github-actions",
    "schemas",
    "scripts",
    "skills",
    "wasm-plugins",
    ".claude-template",
    ".pi-template",
    "AGENTS.template.md",
    "CHANGELOG.md",
    "!**/*.test.mjs",
    "!**/*_test.rego",
    "!**/test-helpers.mjs",
    "!**/tests/**",
    "!**/fixtures/**",
    "!**/__fixtures__/**"
  ],
  "type": "module",
  "types": "./types/bin/n-rules.d.ts",
  "exports": {
    ".": "./bin/n-rules.js",
    "./package.json": "./package.json",
    "./plugin-api": "./scripts/lib/plugin-api.mjs",
    "./scripts/*": "./scripts/*",
    "./schemas/*": "./schemas/*",
    "./rules/*": "./rules/*"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "start": "bun ./bin/n-rules.js",
    "rename-yaml-extensions": "bun ./bin/n-rules.js rename-yaml-extensions"
  },
  "dependencies": {
    "@7n/llm-lib": "3.4.0",
    "ajv": "^8.20.0",
    "cli-progress": "^3.12.0",
    "github-actionlint": "^1.7.12",
    "globby": "^16.0.0",
    "graphql": "^16.14.2",
    "ignore": "^7.0.5",
    "markdownlint-cli2": "^0.22.1",
    "oxc-parser": "^0.137.0",
    "oxfmt": "^0.61.0",
    "picomatch": "^4.0.4",
    "smol-toml": "^1.7.0",
    "v8r": "^6.1.0",
    "yaml": "^2.9.0",
    "zod": "^4.4.3"
  },
  "optionalDependencies": {
    "@7n/rules-darwin-arm64": "1.100.0",
    "@7n/rules-linux-x64": "1.100.0",
    "@7n/rules-win32-x64": "1.100.0",
    "@earendil-works/pi-ai": "0.80.10",
    "@earendil-works/pi-coding-agent": "0.80.10"
  },
  "engines": {
    "bun": ">=1.3",
    "node": ">=25"
  },
  "pi": {
    "skills": "skills",
    "extensions": ".pi-template/extensions"
  }
}
