mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
Merging this prematurely to make sure the team is on the same boat... like dang! We need to find a better way to do this. Plus it has become too big
42 lines
965 B
JSON
42 lines
965 B
JSON
{
|
|
"name": "nestri",
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20240821.1",
|
|
"@pulumi/pulumi": "^3.134.0",
|
|
"@types/aws-lambda": "8.10.147",
|
|
"prettier": "^3.2.5",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"packageManager": "bun@1.2.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"sso": "aws sso login --sso-session=nestri --no-browser --use-device-code"
|
|
},
|
|
"overrides": {
|
|
"@openauthjs/openauth": "0.4.3",
|
|
"@rocicorp/zero": "0.16.2025022000"
|
|
},
|
|
"patchedDependencies": {
|
|
"@macaron-css/solid@1.5.3": "patches/@macaron-css%2Fsolid@1.5.3.patch",
|
|
"drizzle-orm@0.36.1": "patches/drizzle-orm@0.36.1.patch"
|
|
},
|
|
"trustedDependencies": [
|
|
"core-js-pure",
|
|
"esbuild",
|
|
"protobufjs",
|
|
"@rocicorp/zero-sqlite3",
|
|
"workerd"
|
|
],
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"dependencies": {
|
|
"sst": "3.9.36"
|
|
}
|
|
}
|