-
-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "apriliya-api",
"version": "1.0.0",
"description": "no desc!",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LoliKillers/Apriliya-Api.git"
},
"keywords": [
"api"
],
"author": "LoliKillers",
"license": "ISC",
"bugs": {
"url": "https://github.com/LoliKillers/Apriliya-Api/issues"
},
"homepage": "https://github.com/LoliKillers/Apriliya-Api#readme",
"dependencies": {
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"fs-extra": "^10.1.0",
"lolkil-scraper": "github:LoliKillers/lolkil-scraper",
"memorystore": "^1.6.7",
"mongoose": "^6.5.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"node-schedule": "^2.1.0",
"node-uuid": "^1.4.8",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"rootpath": "^0.1.2",
"ssl-express-www": "^3.0.10"
}
}