Complete JSUI-WP-0002 npm publication readiness
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

This commit is contained in:
tegwick 2026-07-08 15:21:11 +02:00
parent 1c07e95786
commit 0deddaf00d
4 changed files with 69 additions and 4 deletions

29
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "testdrive-jsui",
"version": "0.1.0",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "testdrive-jsui",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"jsdom": "^23.0.0"
@ -30,6 +30,18 @@
"postcss-import": "^16.1.1",
"rollup": "^4.53.5",
"rollup-plugin-postcss": "^4.0.2"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"peerDependencies": {
"marked": "^11.0.0 || ^12.0.0 || ^13.0.0"
},
"peerDependenciesMeta": {
"marked": {
"optional": false
}
}
},
"node_modules/@asamuzakjp/css-color": {
@ -8137,6 +8149,19 @@
"tmpl": "1.0.5"
}
},
"node_modules/marked": {
"version": "13.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz",
"integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==",
"license": "MIT",
"peer": true,
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",