forked from cakrayp/ssweb-api-caliph
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.09 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
42
43
44
45
46
47
48
49
{
"name": "ssweb-api",
"version": "0.1.0",
"description": "Package ssweb API with puppeteer and google chrome",
"depecrated": false,
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node test.js",
"start": "node server.js"
},
"keywords": [
"screenshot",
"screenshotweb",
"ssweb",
"puppeteer",
"browser",
"ssweb-api"
],
"homepage": "https://ssapi.caliph.my.id",
"author": "Caliph91 <admin@caliph.my.id>",
"repository": {
"type": "git",
"url": "git+https://github.com/caliph91/ssweb-api.git"
},
"bugs": {
"url": "https://github.com/caliph91/ssweb-api/issues"
},
"dependencies": {
"assert": "^2.0.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"express": "^4.17.3",
"file-type": "^16.5.3",
"form-data": "^3.0.1",
"moment-timezone": "^0.5.37",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"puppeteer": "^13.5.1",
"request-ip": "^3.3.0",
"stream": "^0.0.2",
"user-agents": "^1.0.1372",
"xml2js": "^0.5.0"
},
"license": "ISC"
}