-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "snarkyjs-tracker",
"version": "1.0.0",
"description": "A web app to find & track GitHub projects written in SnarkyJS automatically.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yunus433/snarkyjs-tracker.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/yunus433/snarkyjs-tracker/issues"
},
"homepage": "https://github.com/yunus433/snarkyjs-tracker#readme",
"dependencies": {
"async": "^3.2.4",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.1",
"cluster": "^0.7.7",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"json-2-csv": "^3.20.0",
"mongoose": "^6.10.4",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.9",
"os": "^0.1.2",
"pug": "^3.0.2",
"serve-favicon": "^2.5.0",
"validator": "^13.7.0"
}
}