rust-webwasm/game-of-life/www/package.json
2024-01-09 19:43:37 -08:00

13 lines
227 B
JSON

{
"name": "game-of-life",
"version": "0.0.2",
"license": "Apache-2.0/MIT",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"devDependencies": {
"parcel": "^2.11.0"
}
}