22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"name": "tdpeuter",
|
|
"version": "0.1.0",
|
|
"description": "Portfolio website",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "live-server --port=3000 .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.depeuter.dev/tdpeuter/tdpeuter.git"
|
|
},
|
|
"keywords": [
|
|
"Portfolio"
|
|
],
|
|
"author": "Tibo De Peuter <tibo@depeuter.dev>",
|
|
"license": "GPL-3.0-only",
|
|
"devDependencies": {
|
|
"live-server": "^1.2.2"
|
|
}
|
|
}
|