-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 912 Bytes
/
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
{
"name": "devlib-server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/node": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@vercel/postgres": "^0.7.2",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"firebase": "^10.8.0",
"ioredis": "^5.4.1",
"metadata-scraper": "^0.2.61",
"node-fetch": "^3.3.2",
"node-summarizer": "^1.0.7",
"nodemon": "^3.0.3",
"open-graph-scraper": "^6.5.0",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"redis": "^4.6.13",
"sequelize": "^6.37.1",
"uuid": "^9.0.1"
}
}