28 lines
739 B
JSON
28 lines
739 B
JSON
{
|
|
"name": "dereklseitz.github.io",
|
|
"version": "1.0.0",
|
|
"description": "Portfolio website",
|
|
"main": "script.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "npx @11ty/eleventy",
|
|
"start": "npx @11ty/eleventy --serve",
|
|
"clean": "rimraf _site",
|
|
"dev": "npm run clean && npm run start"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dereklseitz/dereklseitz.github.io.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/dereklseitz/dereklseitz.github.io/issues"
|
|
},
|
|
"homepage": "https://github.com/dereklseitz/dereklseitz.github.io#readme",
|
|
"devDependencies": {
|
|
"rimraf": "^6.0.1"
|
|
}
|
|
}
|