rust-webwasm/game-of-life/www/package.json

13 lines
227 B
JSON
Raw Normal View History

2024-01-09 19:43:11 -08:00
{
"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"
}
}