16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"name": "ese-website",
|
|
"version": "2.0.0",
|
|
"description": "This is the WIP rewrite of the ESE website.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx @11ty/eleventy",
|
|
"start": "npx @11ty/eleventy --serve"
|
|
},
|
|
"author": "FSR Informatik TU Dresden",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1"
|
|
}
|
|
}
|