forked from hoverinc/picklejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 956 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 956 Bytes
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
{
"name": "picklejs",
"version": "0.101.0",
"main": "buildLib",
"dependencies": {
"cypress-cucumber-preprocessor": "^1.2.2",
"cypress-image-snapshot": "3.1.1",
"hex-rgb": "^3.0.0",
"pluralize": "^7.0.0",
"wdio-visual-regression-service": "^0.9.0",
"words-to-numbers": "^1.5.1"
},
"scripts": {
"start": "cd website && yarn start",
"buildSite": "cd website && yarn && yarn build",
"prepush": "yarn build && yarn buildSite",
"cypress:open": "yarn --cwd website cypress open website",
"cypress:run": "yarn --cwd website cypress run --record --key <YOUR_KEY>",
"cypress:ci": "yarn --cwd website cypress --parallel",
"test": "jest"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-watch": "^2.0.7",
"chai": "^4.2.0",
"jest": "^23.5.0",
"jest-cucumber": "^1.0.11"
}
}