forked from steven4547466/Rovird-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 691 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
{
"name": "rovird.xyz",
"version": "0.0.1",
"description": "Roblox virus detection",
"main": "./src/index.js",
"scripts": {
"start": "node ./src/bin/www",
"train": "node ./brain/train.js"
},
"author": "Steven4547466",
"license": "MIT",
"dependencies": {
"acorn": "^7.3.1",
"body-parser": "^1.19.0",
"debug": "~2.6.9",
"ejs": "^2.7.4",
"express": "^4.16.4",
"http-errors": "^1.7.3",
"jsdom": "^18.0.1",
"minimist": "^1.2.5",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.3",
"natural": "^5.1.10",
"node-fetch": "^2.6.6",
"path": "^0.12.7"
},
"devDependencies": {
"standard": "^16.0.4"
}
}