mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 08:15:38 +02:00
This adds the following pages: The landing page (/) The pricing page (/pricing) The contact page (/contact) The changelog page (/changelog) Terms Of Service page (/terms) Privacy Policy (/privacy)
24 lines
561 B
JSON
24 lines
561 B
JSON
{
|
|
"name": "@nestri/nexus",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Nestri's core",
|
|
"scripts": {
|
|
"dev": "wrangler dev src/index.ts",
|
|
"deploy": "wrangler deploy --minify src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@cf-wasm/resvg": "^0.1.21",
|
|
"@cloudflare/workers-types": "^4.20240529.0",
|
|
"@jsquash/avif": "^1.3.0",
|
|
"@jsquash/jpeg": "^1.4.0",
|
|
"@jsquash/resize": "^2.0.0",
|
|
"@nestri/cache": "workspace:*",
|
|
"tinycolor2": "^1.6.0",
|
|
"wrangler": "^3.72.2"
|
|
}
|
|
}
|