-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 646 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "edgepush",
"version": "0.0.0",
"private": true,
"license": "AGPL-3.0-only",
"description": "Open source alternative to Expo Push Notification Service, built on Cloudflare",
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"clean": "turbo run clean && rm -rf node_modules",
"release": "node scripts/release.mjs"
},
"devDependencies": {
"turbo": "^2.9.14",
"typescript": "^6.0.2"
},
"engines": {
"node": ">=20",
"pnpm": ">=10"
}
}