|
146 | 146 | "main": "index.js",
|
147 | 147 | "scripts": {
|
148 | 148 | "build": "echo nothing to build",
|
149 |
| - "solid": "node --experimental-require-module ./bin/solid", |
| 149 | + "solid": "node ./bin/solid", |
150 | 150 | "standard": "standard \"{bin,examples,lib,test}/**/*.js\"",
|
151 | 151 | "validate": "node ./test/validate-turtle.js",
|
152 |
| - "c8": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 c8 --reporter=text-summary mocha -n experimental-require-module --recursive test/integration/ test/unit/", |
153 |
| - "mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha -n experimental-require-module --recursive test/integration/ test/unit/", |
154 |
| - "mocha-integration": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha -n experimental-require-module --recursive test/integration/http-test.js", |
| 152 | + "c8": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 c8 --reporter=text-summary mocha --recursive test/integration/ test/unit/", |
| 153 | + "mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ test/unit/", |
| 154 | + "mocha-integration": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/http-test.js", |
155 | 155 | "mocha-account-creation-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-creation-oidc-test.js",
|
156 | 156 | "mocha-account-manager": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-manager-test.js",
|
157 | 157 | "mocha-account-template": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-template-test.js",
|
|
188 | 188 | "solid": "bin/solid"
|
189 | 189 | },
|
190 | 190 | "engines": {
|
191 |
| - "node": ">=20.17.0 <21 || >=22.8.0" |
| 191 | + "node": ">=20.19.0 <21 || >=22.14.0" |
192 | 192 | }
|
193 | 193 | }
|
0 commit comments