-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.51 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
{
"name": "rbxjs",
"version": "2016-0.0.1",
"description": "A roblox backend replica, rewritten in nodejs by Malte0621.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Roblox",
"RobloxBackend",
"RbxJs",
"RobloxJs",
"NodeJS",
"Rewritten",
"Rewrite"
],
"author": "Malte0621",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@tensorflow/tfjs": "latest",
"@tensorflow/tfjs-core": "latest",
"@tensorflow/tfjs-node": "^4.0.0",
"adm-zip": "^0.5.9",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"busboy": "^1.6.0",
"check-disk-space": "^3.3.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"detect-content-type": "^1.2.0",
"easy-soap-request": "^5.2.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-device": "^0.4.2",
"express-fileupload": "^1.4.0",
"express-rate-limit": "^6.7.0",
"express-subdomain": "^1.0.5",
"fast-folder-size": "^1.7.1",
"ipware": "^2.0.0",
"jpeg-js": "^0.4.4",
"log-timestamp": "^0.3.0",
"mongodb": "^4.12.0",
"morgan": "^1.10.0",
"music-metadata": "^7.13.0",
"node-fetch": "^2.6.7",
"nsfwjs": "^2.4.2",
"offline-geo-from-ip": "^1.0.1",
"os-utils": "^0.0.14",
"pm2": "^5.2.2",
"png-to-jpeg": "^1.0.1",
"profanity-js": "^0.1.4",
"serve-favicon": "^2.5.0",
"string-similarity": "^4.0.4",
"tree-kill": "^1.2.2",
"utf8": "^3.0.0",
"uuid": "^9.0.0"
}
}