-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 949 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
38
39
40
41
{
"name": "ssweb-api",
"version": "1.0.0",
"description": "Screenshot Web API",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RC047/ssweb-api.git"
},
"keywords": [
"ssweb",
"api"
],
"author": "RC047",
"bugs": {
"url": "https://github.com/RC047/ssweb-api/issues"
},
"dependencies": {
"axios": "^1.3.2",
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"express": "^4.18.2",
"file-type": "^16.5.4",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"puppeteer": "^20.7.2",
"qrcode": "^1.5.1",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"ssl-express-www": "^3.2.1",
"yargs": "^17.6.2"
},
"homepage": "https://github.com/RC047/ssweb-api#readme"
}