-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 814 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 814 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
26
27
28
29
30
31
{
"name": "sample-graphql-pylon",
"version": "0.0.0",
"private": true,
"scripts": {
"deploy": "pylon build && wrangler deploy --env production",
"dev": "pylon dev -c \"wrangler dev --env dev\"",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@getcronit/pylon": "^2.0.0",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.43.1",
"pg": "^8.15.6"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.4.5",
"@cloudflare/workers-types": "^4.20240903.0",
"@getcronit/pylon-dev": "^1.0.0",
"@types/pg": "^8.15.0",
"drizzle-kit": "^0.31.1",
"tsx": "^4.19.4",
"typescript": "^5.5.2",
"wrangler": "4"
},
"repository": {
"type": "git",
"url": "https://github.com/getcronit/pylon.git"
},
"homepage": "https://pylon.cronit.io"
}