-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1003 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1003 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": "tovade-api",
"version": "1.0.0",
"description": "Work in progress please wait.",
"main": "./src/index.js",
"scripts": {
"start": "npm install && node ./src/index.js",
"dev": "nodemon ./src/index.js"
},
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@tovade/genius-lyrics": "^4.2.9",
"body-parser": "^1.19.0",
"canvas": "^2.8.0",
"cheerio": "^1.0.0-rc.9",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"fs": "0.0.1-security",
"g-i-s": "^2.1.6",
"glob": "^7.1.7",
"jimp": "^0.16.1",
"moment": "^2.29.1",
"mongoose": "^5.12.13",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"worldometer-coronavirus-info": "^3.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/glob": "^7.1.3",
"@types/swagger-jsdoc": "^6.0.0",
"@types/swagger-ui-express": "^4.1.2"
}
}