ntptg/webapp/package.json
2024-08-08 16:56:31 -04:00

14 lines
337 B
JSON

{
"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"
}
}