generated from sergiodxa/package
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.9 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "edgekitjs",
"version": "0.0.47",
"description": "The core of the Edge-first Stack",
"license": "MIT",
"funding": [
"https://github.com/sponsors/sergiodxa"
],
"author": {
"name": "Sergio Xalambrí",
"email": "[email protected]",
"url": "https://sergiodxa.com"
},
"repository": {
"type": "git",
"url": "https://github.com/edgefirst-dev/kit"
},
"homepage": "https://github.com/edgefirst-dev/kit",
"bugs": {
"url": "https://github.com/edgefirst-dev/kit/issues"
},
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"quality": "biome check .",
"quality:fix": "biome check . --write --unsafe",
"exports": "bun run ./scripts/exports.ts"
},
"sideEffects": false,
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"files": [
"build",
"package.json",
"README.md"
],
"exports": {
".": "./build/index.js",
"./worker": "./build/worker.js",
"./package.json": "./package.json"
},
"peerDependencies": {
"@cloudflare/workers-types": "^4.20241205.0",
"drizzle-orm": "^0.37.0"
},
"dependencies": {
"@cloudflare/puppeteer": "^0.0.14",
"@edgefirst-dev/api-client": "^0.1.0",
"@edgefirst-dev/data": "^0.0.2",
"@edgefirst-dev/r2-file-storage": "^1.0.2",
"@edgefirst-dev/worker-kv-rate-limit": "^1.0.0",
"@mjackson/form-data-parser": "^0.6.0",
"@mjackson/headers": "^0.9.0",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@paralleldrive/cuid2": "^2.2.2",
"bcryptjs": "^2.4.3",
"bowser": "^2.11.0",
"inflected": "^2.1.0",
"type-fest": "^4.30.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
"@biomejs/biome": "^1.9.4",
"@total-typescript/tsconfig": "^1.0.4",
"@types/bcryptjs": "^2.4.6",
"@types/bun": "^1.1.14",
"@types/inflected": "^2.1.3",
"consola": "^3.2.3",
"msw": "^2.6.8",
"typedoc": "^0.27.3",
"typedoc-plugin-mdn-links": "^4.0.1",
"typescript": "^5.7.2",
"wrangler": "^3.93.0"
}
}