Files

14 lines
285 B
JSON
Raw Permalink Normal View History

2026-05-16 11:01:20 +05:30
{
"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"
}
}