-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
34 lines (34 loc) · 803 Bytes
/
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
{
"name": "mirrortouhidurrr",
"version": "0.0.2",
"description": "A WebProxy built with Cloudflare Workers",
"main": "WebProxy.js",
"scripts": {
"prettier": "npx prettier --write WebProxy.js",
"update": "node scripts/update.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/touhidurrr/mirrorTouhidurrr.git"
},
"keywords": [
"Cloudflare",
"Workers",
"Pages",
"WebProxy",
"Javascript",
"v8",
"RegExp"
],
"author": "Md. Touhidur Rahman",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/touhidurrr/mirrorTouhidurrr/issues"
},
"homepage": "https://github.com/touhidurrr/mirrorTouhidurrr#readme",
"dependencies": {
"axios": "^1.6.7",
"dotenv": "^10.0.0",
"prettier": "^2.4.1"
}
}