{
  "name": "@firestitch/standards",
  "title": "Standards",
  "version": "1.0.2",
  "description": "Firestitch engineering standards - routing indexes and rule documents",
  "repository": {
    "type": "git",
    "url": "https://github.com/Firestitch/standards"
  },
  "author": {
    "name": "Firestitch",
    "email": "admin@firestitch.com"
  },
  "license": "MIT",
  "files": [
    "bin",
    "angular",
    "database",
    "general",
    "php",
    "index.json",
    "CLAUDE.md"
  ],
  "scripts": {
    "postinstall": "node bin/postinstall.js",
    "release": "npm version patch && npm publish && git push --follow-tags",
    "release:minor": "npm version minor && npm publish && git push --follow-tags",
    "release:major": "npm version major && npm publish && git push --follow-tags"
  },
  "publishConfig": {
    "access": "public"
  }
}
