Package
Path:
loom-builder/package.jsonRelative: package.jsonSubproject: loom-builderCategory: configurationLines: 23Bytes: 432Imports: 0Exports: 0
Content Preview
- {
- "name": "loom-builder",
- "module": "index.ts",
- "devDependencies": {
- "@types/bun": "latest",
- "bun-types": "^1.3.14"
- },
- "peerDependencies": {
- "typescript": "^5"
- },
- "private": true,
- "scripts": {
- "typecheck": "tsc --noEmit",
- "dispatch": "bun run src/run.ts"
- },
- "type": "module",
- "dependencies": {
- "@earendil-works/pi-coding-agent": "^0.79.1"
- },
- "engines": {
- "node": "22.22.3"
- }
- }