-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 992 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 992 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
32
33
34
35
36
37
38
39
{
"name": "nekopoi-cv-project",
"version": "1.0.0",
"description": "Scraper and web app for nekopoi.cv",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"scrape-list": "node scrapelistCv.js",
"import-anime": "node batch_importer.js",
"scrape-episodes": "node batch_scrape_episodes.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.940.0",
"atob": "^2.1.2",
"axios": "^1.13.2",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.8.1",
"connect-mongo": "^5.1.0",
"dotenv": "^16.6.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.18.2",
"google-auth-library": "^9.15.1",
"mime-types": "^3.0.2",
"mongoose": "^7.0.0",
"multer": "^2.0.2",
"node-cache": "^5.1.2",
"xml2js": "^0.6.2"
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"keywords": [],
"author": "",
"license": "ISC"
}