15 lines
288 B
JSON
15 lines
288 B
JSON
|
{
|
||
|
"name": "IP",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.html",
|
||
|
"scripts": {
|
||
|
"start": "http-server -p 3001 ./",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bootstrap": "5.2.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"http-server": "^14.1.1"
|
||
|
}
|
||
|
}
|