{
  "name": "@6digit/prose",
  "version": "0.9.1",
  "description": "Semantic memory and stateless session inspection for AI-driven development (EXPERIMENTAL)",
  "author": "6digit-studio",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/6digit-studio/prose.git"
  },
  "homepage": "https://github.com/6digit-studio/prose",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "prose": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/cli.js",
    "test": "node --test dist/**/*.test.js",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist",
    "skill",
    "skill-chronicle",
    "README.md",
    "GUIDE.md",
    "LICENSE"
  ],
  "keywords": [
    "ai",
    "claude",
    "claude-code",
    "codex",
    "acp",
    "semantic-memory",
    "development-history",
    "fragment-evolution",
    "session-inspection",
    "standup"
  ],
  "license": "MIT",
  "dependencies": {
    "@ai-sdk/openai": "^1.0.0",
    "ai": "^4.0.0",
    "commander": "^12.0.0",
    "dotenv": "^17.2.3",
    "express": "^5.2.1",
    "zod": "^3.23.0",
    "zontax": "^0.3.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/node": "^22.0.0",
    "typescript": "^5.6.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
