{
  "name": "promptonomicon",
  "version": "1.3.1",
  "description": "Transform how you build software with AI through structured, documentation-driven development",
  "main": "index.js",
  "type": "module",
  "bin": {
    "promptonomicon": "./bin/promptonomicon.js"
  },
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
    "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
    "test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
    "test:ci": "NODE_OPTIONS=--experimental-vm-modules jest --ci --coverage --maxWorkers=2",
    "prepare": "echo \"Package prepared successfully\"",
    "lint": "echo \"Linting will be added\""
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:trianglegrrl/promptonomicon.git"
  },
  "keywords": [
    "ai",
    "development",
    "documentation",
    "templates",
    "framework",
    "cursor",
    "claude",
    "windsurf",
    "coding-assistant"
  ],
  "examples": [
    {
      "description": "Initialize Promptonomicon in your project",
      "code": "npx promptonomicon init"
    },
    {
      "description": "Initialize with MCP servers for enhanced AI capabilities",
      "code": "promptonomicon init --with-mcp-servers=versionator,context7"
    },
    {
      "description": "Check your setup and get recommendations",
      "code": "promptonomicon doctor"
    },
    {
      "description": "Reset templates to latest version (destructive)",
      "code": "promptonomicon reset --yes"
    },
    {
      "description": "Use with AI assistant (after initialization)",
      "code": "# Tell your AI: \"Follow the Promptonomicon process in .promptonomicon/PROMPTONOMICON.md to implement [feature]\""
    }
  ],
  "author": "trianglegrrl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/trianglegrrl/promptonomicon/issues"
  },
  "homepage": "https://github.com/trianglegrrl/promptonomicon#readme",
  "dependencies": {
    "axios": "^1.11.0",
    "chalk": "^5.6.0",
    "commander": "^14.0.0",
    "inquirer": "^12.9.4",
    "ora": "^8.2.0"
  },
  "devDependencies": {
    "jest": "^30.1.1",
    "mock-fs": "^5.5.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "bin/",
    "lib/",
    "index.js",
    "README.md",
    "LICENSE",
    "INTEGRATION.md",
    ".promptonomicon/"
  ]
}
