-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "ninjacord",
"version": "1.0.0",
"type": "module",
"module": "dist/index.mjs",
"private": true,
"scripts": {
"dev": "run-p dev:*",
"dev:slshx": "miniflare --watch --debug --wrangler-env=development -e dev.env",
"dev:tunnel": "ssh -R 80:localhost:8787 [email protected]",
"deploy:global": "node --no-warnings --experimental-vm-modules scripts/deploy.js",
"lint": "eslint .",
"test": "xo"
},
"dependencies": {
"@cloudflare/workers-types": "^3.4.0",
"@okikio/emitter": "^2.1.7",
"@types/figlet": "^1.5.4",
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@vitalets/google-translate-api": "^8.0.0",
"color-to-name": "^1.1.0",
"country-iso-to-coordinates": "^1.0.2",
"duck-duck-scrape": "^2.2.1",
"evaluator.js": "^3.2.4",
"exact-math": "^2.2.3",
"expand-hex-code": "^1.2.3",
"figlet": "^1.5.2",
"get-urls": "^11.0.0",
"html-entities": "^2.3.3",
"ky": "^0.30.0",
"lodash-es": "^4.17.21",
"ohmyfetch": "^0.4.15",
"slshx": "^0.3.0",
"string-strip-html": "^9.1.7",
"tslib": "^2.3.1"
},
"devDependencies": {
"esbuild": "^0.14.8",
"esbuild-plugin-alias": "^0.2.1",
"miniflare": "^2.1.0",
"npm-run-all": "^4.1.5",
"prettier-eslint": "^13.0.0",
"typescript": "^4.5.5",
"xo": "^0.48.0"
}
}