Package

loom-builderconfigjson
Path: loom-builder/package.jsonRelative: package.jsonSubproject: loom-builderCategory: configuration
Lines: 23Bytes: 432Imports: 0Exports: 0

Content Preview

  1. {
  2. "name": "loom-builder",
  3. "module": "index.ts",
  4. "devDependencies": {
  5. "@types/bun": "latest",
  6. "bun-types": "^1.3.14"
  7. },
  8. "peerDependencies": {
  9. "typescript": "^5"
  10. },
  11. "private": true,
  12. "scripts": {
  13. "typecheck": "tsc --noEmit",
  14. "dispatch": "bun run src/run.ts"
  15. },
  16. "type": "module",
  17. "dependencies": {
  18. "@earendil-works/pi-coding-agent": "^0.79.1"
  19. },
  20. "engines": {
  21. "node": "22.22.3"
  22. }
  23. }