cloze-reader / package.json
milwright's picture
fix: resolve parcel errors and icon issues
4831588
raw
history blame
287 Bytes
{
"name": "cloze-reader-minimal",
"version": "1.0.0",
"description": "Interactive cloze reading practice application",
"type": "module",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"devDependencies": {
"parcel": "^2.0.0"
}
}