ntptg/webapp/package.json

14 lines
337 B
JSON
Raw Normal View History

2024-08-07 17:09:18 -04:00
{
"name": "@ntptg/webapp",
"packageManager": "yarn@4.3.1",
"devDependencies": {
"@types/node": "^22.1.0",
"parcel": "^2.12.0",
"typescript": "^5.5.4"
},
"scripts": {
"build": "parcel build --no-source-maps --dist-dir dist --public-url \".\" src/html/index.html",
"serve": "parcel src/html/index.html"
}
}