Files
dlseitz.dev-frontend/package.json

28 lines
853 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "dlseitz.dev-frontend",
"version": "1.0.0",
"description": "Frontend code for Derek L. Seitzs personal portfolio and web development services.",
"main": "script.js",
"scripts": {
"dev": "npm run clean && npm run start",
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"clean": "rimraf _site"
},
"keywords": ["portfolio", "11ty", "eleventy", "web development", "static site", "frontend", "Derek Seitz"],
"author": "Derek L. Seitz",
"license": "MIT",
"homepage": "https://dlseitz.dev",
"repository": {
"type": "git",
"url": "https://gitea.dlseitz.dev/dereklseitz/dlseitz.dev-frontend.git"
},
"bugs": {
"url": "https://gitea.dlseitz.dev/dereklseitz/dlseitz.dev-frontend/issues"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"rimraf": "^6.0.1"
}
}