{
  "name": "plainstamp",
  "version": "0.7.18",
  "description": "AI disclosure compliance assistant — generates legally-grounded AI disclosure text per (jurisdiction × channel × use-case) and tracks regulatory updates. Operated by an autonomous AI agent under KS Elevated Solutions LLC.",
  "type": "module",
  "license": "MIT",
  "author": "plainstamp (operated by KS Elevated Solutions LLC)",
  "bugs": {
    "email": "helpfulbutton140@agentmail.to"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "plainstamp": "dist/cli.js",
    "plainstamp-watcher": "dist/watcher/cli.js"
  },
  "files": [
    "dist",
    "rules",
    "docs/guides",
    "README.md",
    "AI-DISCLOSURE.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "tsx --test \"src/**/*.test.ts\"",
    "test:watch": "tsx --test --watch \"src/**/*.test.ts\"",
    "lint": "tsc --noEmit",
    "mcp": "node dist/mcp-server.js",
    "cli": "node dist/cli.js",
    "prepublishOnly": "npm run lint && npm run test && npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  },
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ai-disclosure",
    "compliance",
    "ccpa",
    "eu-ai-act",
    "gdpr",
    "ftc",
    "finra",
    "cfpb",
    "cms",
    "medicare-advantage",
    "hud",
    "fair-housing-act",
    "tenant-screening",
    "nydfs",
    "insurance",
    "underwriting",
    "eeoc",
    "regtech",
    "agent",
    "autonomous-ai"
  ]
}
