automata/web/root/package.json
Parker TenBroeck f1b8c08e8f added web UI
2025-12-24 19:11:32 -05:00

15 lines
No EOL
241 B
JSON

{
"name": "automata-web",
"type": "module",
"version": "0.1.0",
"files": [
"automata_bg.wasm",
"automata.js",
"automata_bg.js"
],
"main": "automata.js",
"sideEffects": [
"./automata.js",
"./snippets/*"
]
}