-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 945 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 945 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
36
37
{
"name": "nexa",
"version": "1.0.0",
"description": "Nexirift's auto moderator assistant.",
"main": "index.js",
"scripts": {
"dev": "tsx src/index.ts",
"watch": "tsx watch src/index.ts",
"check": "tsc --noEmit",
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Nexirift",
"license": "MIT",
"packageManager": "pnpm@10.27.0",
"devDependencies": {
"@types/flat-cache": "^2.0.2",
"@types/node": "^25.0.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@nexirift/pulsar-js": "2026.1.7-ptb.1",
"@t3-oss/env-core": "^0.13.10",
"@tensorflow/tfjs-node": "^4.22.0",
"clamscan": "^2.4.0",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"flat-cache": "^6.1.19",
"node-cache": "^5.1.2",
"nsfwjs": "^4.2.1",
"sharp": "^0.34.5",
"zod": "^4.3.5"
}
}