13 lines
228 B
JSON
13 lines
228 B
JSON
|
{
|
||
|
"name": "int-prog",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.html",
|
||
|
"scripts": {
|
||
|
"start": "http-server -p 3000",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"http-server": "14.1.1"
|
||
|
}
|
||
|
}
|