|
19 | 19 | ], |
20 | 20 | "author": "Ruben Taelman <ruben.taelman@ugent.be>", |
21 | 21 | "license": "MIT", |
| 22 | + "packageManager": "yarn@4.0.1", |
22 | 23 | "engines": { |
23 | | - "node": ">=14" |
| 24 | + "node": ">=18.12" |
24 | 25 | }, |
25 | 26 | "scripts": { |
26 | | - "test": "npm run test:jest && npm run test:webpack", |
27 | | - "test:jest": "jest ${1}", |
28 | | - "test:webpack": "npm run test:webpack:node && npm run test:webpack:web", |
| 27 | + "test": "yarn test:jest && yarn test:webpack", |
| 28 | + "test:jest": "jest", |
| 29 | + "test:webpack": "yarn test:webpack:node && yarn test:webpack:web", |
29 | 30 | "test:webpack:node": "webpack -c test/webpack/webpack.config.js && node test/webpack/build/test.min.js", |
30 | 31 | "test:webpack:web": "webpack -c test/webpack/webpack.config-web.js && node test/webpack/build-web/test.min.js", |
31 | | - "test-watch": "jest ${1} --watch", |
| 32 | + "test-watch": "jest --watch", |
32 | 33 | "build": "scopy ./components/context.jsonld ./components/context.json && tsc && chmod +x ./bin/compile-config.js", |
33 | 34 | "build-watch": "tsc --watch", |
34 | 35 | "lint": "eslint . --ext .ts --cache", |
35 | | - "validate": "npm ls", |
36 | | - "prepare": "npm run build", |
| 36 | + "validate": "yarn info", |
| 37 | + "postinstall": "yarn build", |
37 | 38 | "version": "manual-git-changelog onversion" |
38 | 39 | }, |
39 | 40 | "dependencies": { |
|
0 commit comments