{
  "name": "@kudoai/ai-personas",
  "version": "1.4.0",
  "description": "1,200+ AI personas for LLMs and agents.",
  "author": {
    "name": "KudoAI",
    "email": "contact@kudoai.com",
    "url": "https://www.kudoai.com"
  },
  "homepage": "https://github.com/KudoAI/ai-personas/#readme",
  "contributors": [
    {
      "name": "Adam Lui",
      "email": "adam@kudoai.com",
      "url": "https://github.com/adamlui"
    },
    {
      "name": "madkarmaa",
      "email": "me@madkarma.top",
      "url": "https://github.com/madkarmaa"
    }
  ],
  "license": "MIT",
  "funding": [
    {
      "type": "github",
      "url": "http://github.com/sponsors/KudoAI"
    }
  ],
  "main": "dist/index.js",
  "files": [
    "dist/",
    "docs/"
  ],
  "scripts": {
    "build": "node utils/build",
    "bump:patch": "bash utils/bump.sh patch",
    "bump:minor": "bash utils/bump.sh minor",
    "bump:feat": "npm run bump:minor",
    "bump:major": "bash utils/bump.sh major",
    "lint": "eslint . --cache",
    "lint:all": "eslint .",
    "lint:fix": "eslint . --fix --cache",
    "lint:fix-all": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KudoAI/ai-personas.git"
  },
  "keywords": [
    "agents",
    "ai",
    "ai-personas",
    "ai-prompts",
    "chat-personas",
    "chat-prompts",
    "chatgpt",
    "claude",
    "dataset",
    "gemini",
    "gen-ai",
    "llm",
    "llm-prompts",
    "personas",
    "prompt-engineering",
    "prompts",
    "system-prompts",
    "text-generation"
  ],
  "bugs": {
    "url": "https://github.com/KudoAI/ai-personas/issues"
  },
  "devDependencies": {
    "@eslint/json": "^1.2.0",
    "@eslint/markdown": "^8.0.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "eslint": "^9.39.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-regexp": "^3.1.0"
  }
}
