ese-website/package.json
2024-09-12 13:41:52 +02:00

15 lines
334 B
JSON

{
"name": "ese-website",
"version": "2.0.0",
"description": "This is the WIP rewrite of the ESE website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "FSR Informatik TU Dresden",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
}
}