{
"name": "tsrun-wasm-playground",
"version": "1.0.0",
"description": "WASM playground and tests for tsrun",
"type": "module",
"scripts": {
"test": "node tests/browser-test.js",
"test:browser": "node tests/browser-test.js"
},
"devDependencies": {
"puppeteer": "^24.0.0"
}
}