Files
html-over-js/package.json
2025-05-30 10:52:11 +02:00

14 lines
311 B
JSON

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