-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "solid-service-api",
"version": "1.0.5",
"main": "src/worker.ts",
"description": "Source code that powers api.solidjs.com.",
"private": true,
"contributors": [
{
"name": "David Di Biase (davedbase)",
"url": "https://github.com/davedbase"
},
{
"name": "Christian Hansen (ch99q)",
"url": "https://github.com/ch99q"
}
],
"scripts": {
"dev": "wrangler dev",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write '**/*.{ts,css,json,md}'",
"deploy": "wrangler deploy"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260425.1",
"@types/itty-router-extras": "^0.4.3",
"@types/jsonwebtoken": "^9.0.10",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"wrangler": "^4.85.0"
},
"dependencies": {
"@amoutonbrady/lz-string": "^0.1.0",
"@octokit/core": "^7.0.6",
"@solid.js/solidex": "^1.0.0",
"@supabase/supabase-js": "^2.104.1",
"@tsndr/cloudflare-worker-jwt": "^3.2.1",
"cheerio": "^1.2.0",
"cookie": "^1.1.1",
"itty-router": "^5.0.23",
"itty-router-extras": "^0.4.6",
"metascraper": "^5.50.1",
"octokit-plugin-create-pull-request": "^6.0.1",
"uuid": "^14.0.0",
"zod": "^4.3.6"
}
}