Files
netris-nestri/package.json
Wanjohi f7c46ccf0e chore: add the Apache 2.0 licence
This repository has been public without one, which grants nobody any rights —
the opposite of what a public repo is for, and a blocker on opening anything
else into it. Apache 2.0 was decided for this tier; this is that decision
applied, not a new one.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-26 17:58:58 +03:00

42 lines
908 B
JSON

{
"name": "nestri",
"private": true,
"license": "Apache-2.0",
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"@cloudflare/workers-types": "^5.20260722.1",
"@tsconfig/node22": "^22.0.5",
"@types/bun": "latest",
"@types/node": "^26.1.1",
"hono": "^4.12.31",
"typescript": "^7.0.1-rc",
"zod": "^4.4.3"
}
},
"type": "module",
"scripts": {
"dev": "alchemy dev",
"test": "test",
"deploy:sandbox": "alchemy deploy --stage sandbox --yes",
"deploy:production": "alchemy deploy --stage production --yes"
},
"dependencies": {
"@effect/platform-bun": "4.0.0-beta.102",
"@effect/platform-node": "4.0.0-beta.102",
"@effect/sql-pg": "4.0.0-beta.102",
"alchemy": "^2.0.0-beta.67",
"effect": "^4.0.0-beta.102"
},
"devDependencies": {
"oxfmt": "^0.61.0",
"oxlint": "^1.76.0"
},
"peerDependencies": {
"typescript": "^7.0.1-rc"
}
}