{ "name": "@unravel-tech/thing", "publishConfig": { "access": "public" }, "version": "0.10.0", "description": "Artifacts for any coding agent. Publish what Claude Code, Codex, Cursor or Gemini CLI builds to a durable link, with versions and comments on the page.", "mcpName": "io.github.unravel-team/thing", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/unravel-team/thing-cli.git" }, "homepage": "https://github.com/unravel-team/thing-cli", "type": "module", "bin": { "thing": "./src/index.js" }, "files": [ "src/index.js", "README.md", "THING_SERVER_UPDATE_POLICY.md", "server.json" ], "keywords": [ "artifacts", "html", "markdown", "cli", "agents", "claude-code", "mcp", "model-context-protocol", "share", "publish", "codex", "cursor" ], "scripts": { "test": "node test/cli-smoke.mjs && node test/accounts.mjs && node test/update-policy.mjs", "smoke": "node test/cli-smoke.mjs", "typecheck": "node --input-type=module -e \"await import('./src/index.js'); console.log('ok')\"" }, "engines": { "node": ">=18" } }