Files

14 lines
285 B
JSON

{
"name": "@pdfengine/wasm-smoke",
"version": "0.0.0",
"private": true,
"description": "Phase 0 WASM hello-world smoke test (Rule R5 — never blocks shipping).",
"type": "module",
"scripts": {
"test": "node hello.test.mjs"
},
"engines": {
"node": ">=20"
}
}