mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
29 lines
772 B
JSON
29 lines
772 B
JSON
{
|
|
"name": "bknd",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"packageManager": "bun@1.3.3",
|
|
"engines": {
|
|
"node": ">=22.13"
|
|
},
|
|
"scripts": {
|
|
"updater": "bun x npm-check-updates -ui",
|
|
"ci": "find . -name 'node_modules' -type d -exec rm -rf {} + && bun install",
|
|
"npm:local": "verdaccio --config verdaccio.yml",
|
|
"format": "bunx biome format --write ./app",
|
|
"lint": "bunx biome lint --changed --write ./app"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.3",
|
|
"@tsconfig/strictest": "^2.0.7",
|
|
"@types/bun": "^1.3.1",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"miniflare": "^3.20250718.2",
|
|
"typescript": "^5.9.3",
|
|
"verdaccio": "^6.2.1"
|
|
},
|
|
"workspaces": ["app", "packages/*"]
|
|
}
|