{"_id":"@atheory-ai/kitsune-dev","name":"@atheory-ai/kitsune-dev","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@atheory-ai/kitsune-dev","version":"0.1.0","description":"Development modules and diagnostics helpers for Kitsune.","type":"module","sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"dependencies":{"@atheory-ai/kitsune-core":"0.1.0"},"license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/dev"},"homepage":"https://kitsune.atheory.ai","bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"keywords":["kitsune","web-components","web-native","frontend","runtime"],"publishConfig":{"access":"public"},"scripts":{"build":"tsc -p tsconfig.build.json","test":"vitest run"},"_id":"@atheory-ai/kitsune-dev@0.1.0","_integrity":"sha512-/Npu+YjsIRWcErc4PuWs2PjHOklCREG6+tANoqbmswsAsbf38q1PCv0R0DkvIwmmCsrxxWceka1uAs5joOZ3ow==","_resolved":"/private/var/folders/vy/lptmwxhn1fv5rwgf0dnmy2b80000gn/T/966e7a95f7cf0ee33fc71100e10f048c/atheory-ai-kitsune-dev-0.1.0.tgz","_from":"file:atheory-ai-kitsune-dev-0.1.0.tgz","_nodeVersion":"24.15.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-/Npu+YjsIRWcErc4PuWs2PjHOklCREG6+tANoqbmswsAsbf38q1PCv0R0DkvIwmmCsrxxWceka1uAs5joOZ3ow==","shasum":"019a85665eb8519cc3e788c3606b17a330d1cbc1","tarball":"https://registry.npmjs.org/@atheory-ai/kitsune-dev/-/kitsune-dev-0.1.0.tgz","fileCount":7,"unpackedSize":32732,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDGoTyiQ5I9KLWxJQvuNhsrvs1dXZDJ/4DL45wAba/s0AiBE7poQ/yQqsxACpNd5hdkPvdn1gxDZPs+ChgDDKzzOZA=="}]},"_npmUser":{"name":"ladyhunterbear","email":"jeremy@atheory.ai"},"directories":{},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/kitsune-dev_0.1.0_1781409262006_0.5536320979472396"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-14T03:54:21.899Z","0.1.0":"2026-06-14T03:54:22.141Z","modified":"2026-06-14T03:54:22.311Z"},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"description":"Development modules and diagnostics helpers for Kitsune.","homepage":"https://kitsune.atheory.ai","keywords":["kitsune","web-components","web-native","frontend","runtime"],"repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/dev"},"bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"license":"Apache-2.0","readme":"# @atheory-ai/kitsune-dev\n\nDevelopment diagnostics, inspectors, and in-app devtools helpers for Kitsune.\n\n`@atheory-ai/kitsune-dev` helps inspect runtime events, commands, diagnostics, and module behavior while building Kitsune applications.\n\n## Install\n\n```sh\npnpm add -D @atheory-ai/kitsune-dev\n```\n\n## Use\n\n```ts\nimport { debugModule, devtoolsModule } from '@atheory-ai/kitsune-dev'\nimport { createKitRuntime } from '@atheory-ai/kitsune-core'\n\nconst runtime = createKitRuntime()\n\nawait runtime.install(debugModule())\nawait runtime.install(devtoolsModule())\nawait runtime.start()\n```\n\n## Exports\n\n- `debugModule`\n- `devtoolsModule`\n- `defineKitDevtoolsElement`\n- `bindKitDevtoolsElement`\n- `DevtoolsToken`\n- `consoleInspector`\n- `diagnosticsRecorder`\n- `formatDiagnostic`\n- Devtools, inspector, and recorder types\n\n## Documentation\n\nSee the Kitsune docs at https://kitsune.atheory.ai.\n\n## License\n\nApache-2.0\n","readmeFilename":"README.md","_rev":"1-005529107bea0c9cbf5f5789712ab9bb"}