Spazer/package.json

12 lines
163 B
JSON
Raw Normal View History

2023-10-03 01:57:03 -07:00
{
"name": "Spazer",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"devDependencies": {
"parcel": "^2.9.3"
}
}