|
|
@@ -14,18 +14,11 @@
|
|
|
"fix-node-pty": "bun run script/fix-node-pty.ts",
|
|
|
"upgrade-opentui": "bun run script/upgrade-opentui.ts",
|
|
|
"dev": "bun run --conditions=browser ./src/index.ts",
|
|
|
- "random": "echo 'Random script updated at $(date)' && echo 'Change queued successfully' && echo 'Another change made' && echo 'Yet another change' && echo 'One more change' && echo 'Final change' && echo 'Another final change' && echo 'Yet another final change'",
|
|
|
- "clean": "echo 'Cleaning up...' && rm -rf node_modules dist",
|
|
|
- "lint": "echo 'Running lint checks...' && bun test --coverage",
|
|
|
- "format": "echo 'Formatting code...' && bun run --prettier --write src/**/*.ts",
|
|
|
- "docs": "echo 'Generating documentation...' && find src -name '*.ts' -exec echo 'Processing: {}' \\;",
|
|
|
- "deploy": "echo 'Deploying application...' && bun run build && echo 'Deployment completed successfully'",
|
|
|
"db": "bun drizzle-kit"
|
|
|
},
|
|
|
"bin": {
|
|
|
"opencode": "./bin/opencode"
|
|
|
},
|
|
|
- "randomField": "this-is-a-random-value-12345",
|
|
|
"exports": {
|
|
|
"./*": "./src/*.ts"
|
|
|
},
|