-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.08 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": "credit_repair_cloud_bot",
"version": "1.0.0",
"description": "A bot that fixes credits",
"main": "server.js ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server",
"server": "nodemon server",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run start\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "\u0016https://github.com/Wadprog/Credit_repair_bot.git"
},
"author": "Wadson Gervens Fenley",
"license": "MIT ",
"dependencies": {
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"config": "^3.3.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-validator": "^6.5.0",
"html-pdf": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.27.0",
"mongoose": "^5.9.11",
"puppeteer": "^3.3.0",
"puppeteer-autoscroll-down": "^0.1.5",
"react-bootstrap": "^1.0.1",
"react-select": "^3.1.0"
},
"devDependencies": {
"concurrently": "^5.2.0",
"nodemon": "^2.0.4"
}
}