-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 859 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 859 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
32
{
"name": "sharebin",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"preview": "wrangler preview",
"build": "tsc",
"setup": "pwsh -File deploy.ps1",
"kv:create": "wrangler kv:namespace create KV && wrangler kv:namespace create KV --preview"
},
"packageManager": "pnpm@10.13.1",
"dependencies": {
"lz-string": "^1.5.0",
"rehype-highlight": "^7.0.2",
"rehype-stringify": "^10.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"unified": "^11.0.5",
"xss": "^1.0.15"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250712.0",
"typescript": "^5.8.3",
"wrangler": "^4.24.3"
}
}