-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
{
"name": "percy-pdf",
"version": "0.3.1",
"description": "PDF Document Visual Automation Testing using Percy",
"main": "app/run.js",
"scripts": {
"stop-server": "npx forever stopall",
"pretest": "(ver && npx extract-zip %cd%/pdfjs-3.4.120-dist.zip || extract-zip ./pdfjs-3.4.120-dist.zip)",
"test": "node app/run.js",
"posttest": "npm run stop-server && exit 0"
},
"keywords": [
"percy-pdf",
"pdf-doc",
"visual-testing",
"percy"
],
"author": "samirans89",
"license": "Apache License 2.0",
"devDependencies": {
"@percy/cli": "^1.27.3",
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1"
},
"dependencies": {
"extract-zip": "^2.0.1",
"forever": "^0.14.2",
"fs": "0.0.1-security",
"http-server": "^14.1.1",
"js-yaml": "^4.1.0",
"pdfjs-dist": "2.4.456"
}
}