{ "name": "@jamminrebel/pom-omp", "version": "2.0.0", "description": "POM 2 \u2014 an OMP-native production kernel for evidence-gated creative work, agent swarms, and Obsidian/Quartz knowledge bases", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://omp.loca.zone/pom-omp.git" }, "homepage": "https://wiki.omp.loca.zone/", "bugs": { "url": "https://wiki.omp.loca.zone/", "email": "antigravity@loca.zone" }, "keywords": [ "omp", "oh-my-pi", "production", "fiction", "writing", "agents", "swarm", "irc", "obsidian", "quartz", "knowledge-base", "tui" ], "files": [ "src", "skills", "agents", "rules", "themes", "config", "docs", "prompts", "README.md", "CHANGELOG.md", "POM.yml", "AGENTS.md", "LICENSE", "scripts", "RELEASE.json" ], "omp": { "extensions": [ "./src/index.ts" ] }, "peerDependencies": { "@oh-my-pi/pi-coding-agent": ">=16.4.6 <17", "@oh-my-pi/pi-tui": ">=16.4.6 <17", "@oh-my-pi/pi-utils": ">=16.4.6 <17" }, "devDependencies": { "@oh-my-pi/pi-coding-agent": "^16.4.6", "@oh-my-pi/pi-tui": "^16.4.6", "@types/node": "^22.0.0", "@types/yauzl": "^3.4.0", "@types/yazl": "^3.3.1", "tsx": "^4.23.0", "typescript": "^5.8.0", "@oh-my-pi/pi-utils": "^16.4.6" }, "engines": { "bun": ">=1.3.14" }, "scripts": { "check": "tsc --noEmit", "test": "node --import tsx --test tests/*.test.ts", "check:docs": "node scripts/check-docs.mjs", "verify": "npm run check && npm test && npm run smoke && node scripts/verify.mjs && npm run check:docs && npm run release:check && npm run pack:dry", "link": "omp plugin link .", "doctor": "omp plugin doctor", "smoke": "node --import tsx scripts/smoke.ts", "pack:dry": "npm pack --dry-run", "release:manifest": "node scripts/release-manifest.mjs", "release:check": "node scripts/release-manifest.mjs --check" }, "dependencies": { "crc-32": "^1.2.2", "yauzl": "^3.4.0", "yazl": "^3.3.1" } }