Files
html-over-js/package.json
2025-05-29 18:08:45 +02:00

14 lines
272 B
JSON

{
"name": "dhbw-html",
"version": "0.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.html",
"scripts": {
"start": "npx serve . -p 1312 --cors",
"test": "echo \"Error: no test specified\" && exit 1"
}
}