{
  "name": "neurodiveragents",
  "version": "1.5.1",
  "description": "A fleet of specialized AI agents for Claude Code, OpenCode, and Cursor — each one a distinct cognitive style",
  "type": "module",
  "bin": {
    "ndv": "bin/ndv.js",
    "neurodiveragents": "bin/ndv.js"
  },
  "files": [
    "agents/",
    "bin/",
    "commands/",
    "skills/",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emb715/neurodiveragents.git"
  },
  "homepage": "https://github.com/emb715/neurodiveragents#readme",
  "bugs": {
    "url": "https://github.com/emb715/neurodiveragents/issues"
  },
  "author": "emb715",
  "keywords": [
    "ai",
    "agents",
    "claude",
    "claude-code",
    "opencode",
    "cursor",
    "copilot",
    "llm",
    "neurodivergent"
  ],
  "scripts": {
    "prepare": "husky",
    "test": "node --test test/install.test.js test/validate-agents.test.js",
    "test:install": "node --test test/install.test.js",
    "test:validate": "node --test test/validate-agents.test.js",
    "css:build": "npx @tailwindcss/cli -i ./src/input.css -o ./assets/styles.css --minify",
    "css:watch": "npx @tailwindcss/cli -i ./src/input.css -o ./assets/styles.css --watch",
    "build": "npm run css:build",
    "pre-commit": "sh .husky/pre-commit"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@clack/prompts": "^1.3.0",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@fontsource/raleway": "^5.2.8",
    "@tailwindcss/cli": "^4.3.0",
    "husky": "^9.0.0",
    "tailwindcss": "^4.3.0"
  }
}
