-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 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
{
"name": "sitedemo",
"version": "1.0.0",
"description": "",
"main": ".server/server.js",
"scripts": {
"devStart": "nodemon server/server.js",
"start": "pm2-runtime start ecosystem.config.js --env production",
"stop": "pm2-runtime stop ecosystem.config.js --env production"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AymanLyesri/Manga_Reader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AymanLyesri/siteDemo/issues"
},
"homepage": "https://github.com/AymanLyesri/siteDemo#readme",
"dependencies": {
"compression": "^1.7.4",
"ejs": "^3.1.8",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"image-to-base64": "^2.2.0",
"lazy-load-images": "^1.0.1",
"mangadex-full-api": "^5.11.1",
"mongoose": "^6.3.4",
"pm2": "^5.2.0",
"request": "^2.88.2",
"requirejs": "^2.3.6",
"sqlite3": "^5.0.8"
},
"devDependencies": {
"dotenv": "^16.0.1",
"nodemon": "^2.0.16"
}
}