{
  "name": "thinking-in-systems",
  "version": "1.0.1",
  "description": "AI-assisted development framework for Claude Code and Cursor. 29 skills, 8 MCP servers, full lifecycle from idea validation to growth.",
  "main": "bin/tis.js",
  "bin": {
    "thinking-in-systems": "./bin/tis.js",
    "tis": "./bin/tis.js"
  },
  "files": [
    "bin/",
    "src/",
    "templates/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node bin/tis.js --help",
    "test:list": "node bin/tis.js list",
    "test:init": "node bin/tis.js init --help"
  },
  "keywords": [
    "ai",
    "claude",
    "claude-code",
    "cursor",
    "scaffold",
    "boilerplate",
    "productivity",
    "development",
    "framework",
    "skills",
    "mcp",
    "tdd",
    "code-review",
    "verification",
    "anti-hallucination"
  ],
  "author": "Angela Lopez",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/adeidei/thinking-in-systems.git"
  },
  "homepage": "https://github.com/adeidei/thinking-in-systems#readme",
  "engines": {
    "node": ">=16.0.0"
  }
}
