{
  "name": "@alexcodeplace/slopgate",
  "version": "0.2.0",
  "type": "module",
  "description": "Global code-quality / anti-slop gate — engine shared, rules per-project.",
  "license": "MIT",
  "author": "Alex <git@alex.org.il>",
  "repository": { "type": "git", "url": "git+https://github.com/alexcodeplace/slopgate.git" },
  "homepage": "https://github.com/alexcodeplace/slopgate#readme",
  "bugs": { "url": "https://github.com/alexcodeplace/slopgate/issues" },
  "bin": { "slopgate": "bin/slopgate" },
  "files": [
    "bin", "hooks", "rules", "skills", "vendor",
    "!bin/slopgate-rs"
  ],
  "engines": { "node": ">=18" },
  "scripts": {
    "self-test": "node bin/slopgate --self-test --config rules/baseline/selftest.config.toml",
    "test": "cargo test --workspace"
  }
}
