14 lines
311 B
JSON
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"
|
|
}
|
|
}
|