-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "@liquidlight/backstopjs-framework",
"version": "1.0.0",
"description": "Liquid Light BackstopJS Framework",
"homepage": "https://github.com/liquidlight/backstopjs-framework#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/liquidlight/backstopjs-framework.git"
},
"bugs": {
"url": "https://github.com/liquidlight/backstopjs-framework/issues"
},
"scripts": {
"backstop:reference": "backstop reference --config='backstop.config.js'",
"backstop:test": "backstop test --config='backstop.config.js'",
"backstop:approve": "backstop approve --config='backstop.config.js'",
"backstop:open": "backstop openReport --config='backstop.config.js'"
},
"main": "index.js",
"author": "Mike Street",
"license": "ISC",
"dependencies": {
"backstopjs": "^6.2.2",
"chalk": "^4.1.2",
"deepmerge": "^4.3.1",
"inquirer": "^9.2.17",
"minimist": "^1.2.8",
"path": "^0.12.7",
"scroll-to-bottomjs": "^1.1.0"
},
"bin": {
"save-cookies": "./save-cookies.js"
}
}