package.json
{
"name": "wild-orbs",
"version": "1.0.1",
"description": "Asteroids, except every orb detonates into a different disaster. One self-contained HTML file.",
"private": true,
"scripts": {
"start": "open index.html",
"test": "node test/smoke.mjs",
"test:browsers": "node test/browsers.mjs",
"test:headed": "node test/smoke.mjs --headed --shots",
"profile": "node test/profile.mjs",
"test:compare": "node test/compare.mjs"
},
"license": "MIT"
}