Package
Path:
loom-builder-sol/package.jsonRelative: package.jsonSubproject: loom-builder-solCategory: configurationLines: 23Bytes: 436Imports: 0Exports: 0
Content Preview
- {
- "name": "loom-builder-sol",
- "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.80.10"
- },
- "engines": {
- "node": "22.22.3"
- }
- }