mirror of
https://github.com/imjasonh/nescript
synced 2026-07-10 17:52:51 +00:00
15 lines
324 B
JSON
15 lines
324 B
JSON
|
|
{
|
||
|
|
"name": "nescript-emulator-tests",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Local jsnes + puppeteer smoke test for compiled NEScript example ROMs.",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"test": "node run_examples.mjs"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"jsnes": "^2.1.0",
|
||
|
|
"puppeteer": "^24.40.0"
|
||
|
|
}
|
||
|
|
}
|