-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 2.36 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": "@aetherinox/searxico-worker-wrangler",
"version": "1.0.0",
"description": "A self-hosted favicon cloudflare worker for SearXNG Search Engine.",
"homepage": "https://github.com/Aetherinox/searxico-worker",
"homepage_cdn": "https://github.com/aetherinox/searxico-cdn",
"author": "Aetherinox",
"license": "MIT",
"contributors": [
{
"name": "Aetherinox",
"email": "118329232+Aetherinox@users.noreply.github.com",
"url": "https://github.com/Aetherinox"
},
{
"name": "EuropaServ",
"email": "118329232+Aetherinox@users.noreply.github.com",
"url": "https://github.com/EuropaServ"
}
],
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Aetherinox/searxico-worker.git"
},
"bugs": {
"url": "https://github.com/Aetherinox/searxico-worker/issues"
},
"build": {
"appId": "com.searxico.cfw.id"
},
"funding": [
{
"type": "individual",
"url": "https://buymeacoffee.com/aetherinox"
}
],
"keywords": [
"aetherinox",
"searxico",
"searxng",
"searx",
"favicon",
"cloudflare",
"cloudflare-worker",
"worker",
"wrangler",
"self-hosting"
],
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"login": "wrangler login",
"pretty": "prettier --write '**/*.{js,json}'",
"contrib:add": "all-contributors add",
"contrib:generate": "all-contributors generate",
"root": "node root.js",
"root:generate": "node root.js generate",
"env:root": "npx --quiet env-cmd --no-override node root.js",
"env:uuid": "npx --quiet env-cmd --no-override node root.js uuid",
"env:guid": "npx --quiet env-cmd --no-override node root.js guid",
"env:version": "node -p require('./package.json').version;"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"all-contributors-cli": "^6.26.1",
"prettier": "^3.3.3",
"rollup-plugin-node-polyfills": "^0.2.1",
"uuid": "^10.0.0",
"wrangler": "^3.80.4"
},
"overrides": {
"wrangler": {
"fill-range": "~7.1.1"
}
}
}