-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) 路 860 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) 路 860 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
33
34
35
{
"author": {
"email": "hi@338.rocks",
"name": "Bar谋艧 DEM陌RC陌",
"url": "https://338.rocks"
},
"dependencies": {
"aws4fetch": "^1.0.20",
"sidra": "^0.1.7"
},
"description": "馃摝 Cloudflare worker for my personal storage",
"devDependencies": {
"@cloudflare/workers-types": "^4.20250719.0",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"prettier": "^3.6.2",
"taze": "^19.1.0",
"typescript": "^5.8.3",
"wrangler": "^4.25.0"
},
"license": "GPL-3.0",
"name": "storage-worker",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/barbarbar338/storage.git"
},
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"format": "prettier --write .",
"update": "taze latest -w"
},
"version": "3.0.0"
}