diff --git a/.gitignore b/.gitignore index 73c4178a..0e63172d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ dist/ coverage/ .vscode/ dist.zip +packages/jspsych/README.md diff --git a/package.json b/package.json index 54c6c38b..60610202 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ ], "scripts": { "test": "jest", + "test:watch": "npm test -- --watch", "build": "npm run build -ws", "build:archive": "gulp createDistArchive", "prepare": "husky install && npm run build", diff --git a/packages/jspsych/package.json b/packages/jspsych/package.json index 1215e6d9..a3d888bf 100644 --- a/packages/jspsych/package.json +++ b/packages/jspsych/package.json @@ -16,10 +16,12 @@ "test": "tests" }, "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch", + "prepack": "cp ../../README.md ." }, "repository": { "type": "git", diff --git a/packages/plugin-animation/package.json b/packages/plugin-animation/package.json index e6afe712..e35bffac 100644 --- a/packages/plugin-animation/package.json +++ b/packages/plugin-animation/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-audio-button-response/package.json b/packages/plugin-audio-button-response/package.json index fef735ff..1884a927 100644 --- a/packages/plugin-audio-button-response/package.json +++ b/packages/plugin-audio-button-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-audio-keyboard-response/package.json b/packages/plugin-audio-keyboard-response/package.json index 01e06be1..bb4b41f4 100644 --- a/packages/plugin-audio-keyboard-response/package.json +++ b/packages/plugin-audio-keyboard-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-audio-slider-response/package.json b/packages/plugin-audio-slider-response/package.json index 4e3328f5..93827d0c 100644 --- a/packages/plugin-audio-slider-response/package.json +++ b/packages/plugin-audio-slider-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-call-function/package.json b/packages/plugin-call-function/package.json index 3ca9a046..ff7c48f2 100644 --- a/packages/plugin-call-function/package.json +++ b/packages/plugin-call-function/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-canvas-button-response/package.json b/packages/plugin-canvas-button-response/package.json index 6ab89a99..12fdec16 100644 --- a/packages/plugin-canvas-button-response/package.json +++ b/packages/plugin-canvas-button-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-canvas-keyboard-response/package.json b/packages/plugin-canvas-keyboard-response/package.json index 52364405..660e1853 100644 --- a/packages/plugin-canvas-keyboard-response/package.json +++ b/packages/plugin-canvas-keyboard-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-canvas-slider-response/package.json b/packages/plugin-canvas-slider-response/package.json index 69e2fcbd..8acca2e7 100644 --- a/packages/plugin-canvas-slider-response/package.json +++ b/packages/plugin-canvas-slider-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-categorize-animation/package.json b/packages/plugin-categorize-animation/package.json index e39f317f..c16946f8 100644 --- a/packages/plugin-categorize-animation/package.json +++ b/packages/plugin-categorize-animation/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-categorize-html/package.json b/packages/plugin-categorize-html/package.json index 0546707f..40eda226 100644 --- a/packages/plugin-categorize-html/package.json +++ b/packages/plugin-categorize-html/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-categorize-image/package.json b/packages/plugin-categorize-image/package.json index c145b826..df92cb6d 100644 --- a/packages/plugin-categorize-image/package.json +++ b/packages/plugin-categorize-image/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-cloze/package.json b/packages/plugin-cloze/package.json index 3537c857..2b3092aa 100644 --- a/packages/plugin-cloze/package.json +++ b/packages/plugin-cloze/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-external-html/package.json b/packages/plugin-external-html/package.json index 87c2a665..810e9f10 100644 --- a/packages/plugin-external-html/package.json +++ b/packages/plugin-external-html/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-free-sort/package.json b/packages/plugin-free-sort/package.json index 0e1e0473..c7470018 100644 --- a/packages/plugin-free-sort/package.json +++ b/packages/plugin-free-sort/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-fullscreen/package.json b/packages/plugin-fullscreen/package.json index 17da24df..d7ce2e7a 100644 --- a/packages/plugin-fullscreen/package.json +++ b/packages/plugin-fullscreen/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-html-button-response/package.json b/packages/plugin-html-button-response/package.json index 13ba61de..b1870d02 100644 --- a/packages/plugin-html-button-response/package.json +++ b/packages/plugin-html-button-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-html-keyboard-response/package.json b/packages/plugin-html-keyboard-response/package.json index 8aaba56a..8095fde6 100644 --- a/packages/plugin-html-keyboard-response/package.json +++ b/packages/plugin-html-keyboard-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-html-slider-response/package.json b/packages/plugin-html-slider-response/package.json index 1edfc8ae..ebd0429d 100644 --- a/packages/plugin-html-slider-response/package.json +++ b/packages/plugin-html-slider-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-iat-html/package.json b/packages/plugin-iat-html/package.json index 24d219ef..ed024720 100644 --- a/packages/plugin-iat-html/package.json +++ b/packages/plugin-iat-html/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-iat-image/package.json b/packages/plugin-iat-image/package.json index 4b39e633..a01b6a4c 100644 --- a/packages/plugin-iat-image/package.json +++ b/packages/plugin-iat-image/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-image-button-response/package.json b/packages/plugin-image-button-response/package.json index 09e90f74..6f488fd9 100644 --- a/packages/plugin-image-button-response/package.json +++ b/packages/plugin-image-button-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-image-keyboard-response/package.json b/packages/plugin-image-keyboard-response/package.json index 45dac973..8eb12b7b 100644 --- a/packages/plugin-image-keyboard-response/package.json +++ b/packages/plugin-image-keyboard-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-image-slider-response/package.json b/packages/plugin-image-slider-response/package.json index 04dba416..b6e58b33 100644 --- a/packages/plugin-image-slider-response/package.json +++ b/packages/plugin-image-slider-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-instructions/package.json b/packages/plugin-instructions/package.json index ff2928eb..353b4bed 100644 --- a/packages/plugin-instructions/package.json +++ b/packages/plugin-instructions/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-maxdiff/package.json b/packages/plugin-maxdiff/package.json index 849a7e3e..22cbecaa 100644 --- a/packages/plugin-maxdiff/package.json +++ b/packages/plugin-maxdiff/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-preload/package.json b/packages/plugin-preload/package.json index 6a7b50ad..2f2fb295 100644 --- a/packages/plugin-preload/package.json +++ b/packages/plugin-preload/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-rdk/package.json b/packages/plugin-rdk/package.json index bb72020b..6df34b0a 100644 --- a/packages/plugin-rdk/package.json +++ b/packages/plugin-rdk/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-reconstruction/package.json b/packages/plugin-reconstruction/package.json index 0dde4ef6..a98f5256 100644 --- a/packages/plugin-reconstruction/package.json +++ b/packages/plugin-reconstruction/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-resize/package.json b/packages/plugin-resize/package.json index 2994c28a..3a24395c 100644 --- a/packages/plugin-resize/package.json +++ b/packages/plugin-resize/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-same-different-html/package.json b/packages/plugin-same-different-html/package.json index a56cdbf8..1d589e58 100644 --- a/packages/plugin-same-different-html/package.json +++ b/packages/plugin-same-different-html/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-same-different-image/package.json b/packages/plugin-same-different-image/package.json index 9610f2d8..9381632f 100644 --- a/packages/plugin-same-different-image/package.json +++ b/packages/plugin-same-different-image/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-serial-reaction-time-mouse/package.json b/packages/plugin-serial-reaction-time-mouse/package.json index 5f1cb2f1..f4cc7fae 100644 --- a/packages/plugin-serial-reaction-time-mouse/package.json +++ b/packages/plugin-serial-reaction-time-mouse/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-serial-reaction-time/package.json b/packages/plugin-serial-reaction-time/package.json index 089ca59d..b63f1350 100644 --- a/packages/plugin-serial-reaction-time/package.json +++ b/packages/plugin-serial-reaction-time/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-survey-html-form/package.json b/packages/plugin-survey-html-form/package.json index e7868a15..15822d5d 100644 --- a/packages/plugin-survey-html-form/package.json +++ b/packages/plugin-survey-html-form/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-survey-likert/package.json b/packages/plugin-survey-likert/package.json index 005093b0..5527edd0 100644 --- a/packages/plugin-survey-likert/package.json +++ b/packages/plugin-survey-likert/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-survey-multi-choice/package.json b/packages/plugin-survey-multi-choice/package.json index e278bc35..b191e22b 100644 --- a/packages/plugin-survey-multi-choice/package.json +++ b/packages/plugin-survey-multi-choice/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-survey-multi-select/package.json b/packages/plugin-survey-multi-select/package.json index 5be97f08..815ad723 100644 --- a/packages/plugin-survey-multi-select/package.json +++ b/packages/plugin-survey-multi-select/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-survey-text/package.json b/packages/plugin-survey-text/package.json index 35e5bde3..5469abeb 100644 --- a/packages/plugin-survey-text/package.json +++ b/packages/plugin-survey-text/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-template/package.json b/packages/plugin-template/package.json index 5cc30f16..a3bbff90 100644 --- a/packages/plugin-template/package.json +++ b/packages/plugin-template/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-video-button-response/package.json b/packages/plugin-video-button-response/package.json index 440a29eb..282fdc4d 100644 --- a/packages/plugin-video-button-response/package.json +++ b/packages/plugin-video-button-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-video-keyboard-response/package.json b/packages/plugin-video-keyboard-response/package.json index e00b7ca9..a9f68206 100644 --- a/packages/plugin-video-keyboard-response/package.json +++ b/packages/plugin-video-keyboard-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-video-slider-response/package.json b/packages/plugin-video-slider-response/package.json index 0f9be9f8..7f4444df 100644 --- a/packages/plugin-video-slider-response/package.json +++ b/packages/plugin-video-slider-response/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-virtual-chinrest/package.json b/packages/plugin-virtual-chinrest/package.json index 0f2ce631..d83371f0 100644 --- a/packages/plugin-virtual-chinrest/package.json +++ b/packages/plugin-virtual-chinrest/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-visual-search-circle/package.json b/packages/plugin-visual-search-circle/package.json index f7063b36..6a8bfe4e 100644 --- a/packages/plugin-visual-search-circle/package.json +++ b/packages/plugin-visual-search-circle/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-vsl-animate-occlusion/package.json b/packages/plugin-vsl-animate-occlusion/package.json index b71cae21..2e57f745 100644 --- a/packages/plugin-vsl-animate-occlusion/package.json +++ b/packages/plugin-vsl-animate-occlusion/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-vsl-grid-scene/package.json b/packages/plugin-vsl-grid-scene/package.json index 150737ab..2874fcc9 100644 --- a/packages/plugin-vsl-grid-scene/package.json +++ b/packages/plugin-vsl-grid-scene/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-webgazer-calibrate/package.json b/packages/plugin-webgazer-calibrate/package.json index de1196c6..20be8f18 100644 --- a/packages/plugin-webgazer-calibrate/package.json +++ b/packages/plugin-webgazer-calibrate/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-webgazer-init-camera/package.json b/packages/plugin-webgazer-init-camera/package.json index e4f1f2e8..8ffdd79f 100644 --- a/packages/plugin-webgazer-init-camera/package.json +++ b/packages/plugin-webgazer-init-camera/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", diff --git a/packages/plugin-webgazer-validate/package.json b/packages/plugin-webgazer-validate/package.json index 1539414c..4714f898 100644 --- a/packages/plugin-webgazer-validate/package.json +++ b/packages/plugin-webgazer-validate/package.json @@ -12,10 +12,11 @@ ], "source": "src/index.ts", "scripts": { - "test": "jest --config jest.config.cjs --passWithNoTests", - "build": "rollup --config rollup.config.mjs", - "watch": "npm run build -- --watch", - "tsc": "tsc" + "test": "jest --passWithNoTests", + "test:watch": "npm test -- --watch", + "tsc": "tsc", + "build": "rollup --config", + "build:watch": "npm run build -- --watch" }, "repository": { "type": "git",