chefcookie 2.5.7 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chefcookie",
3
- "version": "2.5.7",
3
+ "version": "2.6.0",
4
4
  "main": "_build/script.js",
5
5
  "files": [
6
6
  "_build/*.js",
@@ -19,7 +19,11 @@
19
19
  "watch:js": "onchange ./_js/*.js --initial --poll 50 --delay 0 --await-write-finish 50 -- npm run js:dev",
20
20
  "dev": "npm-run-all --parallel watch:*",
21
21
  "prod": "npm-run-all --parallel js",
22
- "update-changelog": "auto-changelog --commit-limit false --package"
22
+ "update-changelog": "auto-changelog --commit-limit false --package",
23
+ "start": "serve --listen 8080",
24
+ "test": "npm run cypress:test",
25
+ "cypress:test": "start-server-and-test start http://localhost:8080 'npx cypress run'",
26
+ "cypress:open": "start-server-and-test start http://localhost:8080 'cypress open'"
23
27
  },
24
28
  "dependencies": {
25
29
  "@babel/runtime": "^7.17.8",
@@ -38,7 +42,10 @@
38
42
  "@babel/preset-env": "^7.16.11",
39
43
  "babelify": "^10.0.0",
40
44
  "browserify": "^17.0.0",
45
+ "cypress": "^9.5.3",
41
46
  "npm-run-all": "^4.1.5",
47
+ "serve": "^13.0.2",
48
+ "start-server-and-test": "^1.14.0",
42
49
  "terser": "^5.12.1"
43
50
  },
44
51
  "browserslist": [