-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.1 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
50
{
"name": "screenshotone-api-sdk",
"homepage": "https://screenshotone.com",
"version": "1.1.17",
"description": "Use ScreenshotOne.com API to generate screenshots of any website.",
"repository": {
"type": "git",
"url": "git+https://github.com/screenshotone/jssdk.git"
},
"keywords": [
"screenshot",
"phantom",
"phantomjs",
"screenshots",
"webkit",
"webkit2png",
"url2png",
"headless",
"chrome",
"chromium",
"blink",
"render"
],
"author": "Dmytro Krasun",
"license": "MIT",
"bugs": {
"email": "support@screenshotone.com",
"url": "https://github.com/screenshotone/jssdk/issues"
},
"main": "dist/main.js",
"types": "dist/@types/main.d.ts",
"devDependencies": {
"@types/big.js": "^6.1.3",
"@types/jest": "^29.0.1",
"@types/node": "^17.0.40",
"jest": "^29.0.3",
"ts-jest": "^29.0.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@peculiar/webcrypto": "^1.4.3",
"big.js": "^6.2.0",
"cross-fetch": "^4.0.0"
},
"scripts": {
"test": "jest",
"build": "tsc",
"prepare": "npm run build"
}
}