-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.07 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
51
52
53
{
"name": "bivariate",
"version": "0.15.2",
"description": "An opinionated interface for writing, running, and saving BackstopJS tests",
"keywords": [
"BackstopJS",
"css",
"test",
"testing",
"visual",
"regression",
"testing",
"visual regression testing",
"puppeteer",
"playright"
],
"repository": {
"type": "git",
"url": "https://github.com/jparkerweb/bivariate.git"
},
"bin": "./app.js",
"main": "app.js",
"scripts": {
"start": "node app",
"app": "node app",
"main": "node app",
"deploy-gh-pages": "gh-pages -d example-site/site"
},
"author": "jparkerweb",
"license": "ISC",
"dependencies": {
"backstopjs": "6.2.1",
"cli-spinner": "0.2.10",
"colors": "1.4.0",
"fuzzy": "0.1.3",
"inquirer": "8.2.5",
"inquirer-autocomplete-prompt": "2.0.0",
"install": "0.13.0",
"mout": "1.2.4",
"mv": "2.1.1",
"node-cmd": "5.0.0",
"npm": "9.6.7",
"readline": "1.3.0",
"recursive-copy": "2.0.14",
"replace-in-file": "6.3.5",
"rimraf": "5.0.1",
"touch": "3.1.0",
"walk": "2.3.15"
},
"devDependencies": {
"gh-pages": "5.0.0"
}
}