-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.83 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.83 KB
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
{
"name": "cosmic",
"version": "1.1.0",
"description": "Bot for multiple platforms",
"main": "build/node/index.js",
"scripts": {
"boot": "scripts/sh/boot.sh",
"build": "pnpm run build-c && pnpm run build-node && pnpm run esbuild",
"build-node": "scripts/sh/build-node.sh",
"build-nim": "scripts/sh/build-nim.sh",
"build-c": "scripts/sh/build-c.sh",
"build-deno": "scripts/sh/build-deno.sh",
"build-userscript": "node scripts/js/userscript.esbuild.js",
"dev": "pnpm run build && pnpm run start",
"esbuild": "node scripts/js/esbuild.js",
"start": "node .",
"test": "npx jest"
},
"keywords": [],
"author": "Hri7566 <[email protected]>",
"license": "ISC",
"dependencies": {
"@t3-oss/env-core": "0.7.0",
"any-ascii": "^0.3.2",
"bson": "^5.5.0",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"esbuild": "^0.17.19",
"esbuild-sass-plugin": "^2.16.0",
"express": "^4.18.2",
"ffi-napi": "^4.0.3",
"mathjs": "^11.11.1",
"mongodb": "^4.17.1",
"mpp-client": "^0.4.3483807882806744",
"mpp-client-xt": "^1.3.1",
"mppclone-client": "^1.1.3",
"mppclone-cmapi": "^1.8.0",
"node-nlp": "^4.27.0",
"normalize-strings": "^1.1.1",
"react-router-dom": "^6.16.0",
"ref-napi": "^3.0.3",
"terminal-kit": "^3.0.1",
"ws": "^8.14.2",
"yaml": "^2.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/ffi-napi": "^4.0.8",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.4",
"@types/ws": "^8.5.7",
"jest": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}