mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-06 21:24:06 -04:00
15 lines
No EOL
241 B
JSON
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/*"
|
|
]
|
|
} |