17 lines
388 B
JSON
17 lines
388 B
JSON
{
|
|
"name": "jhalfsharp-tilde",
|
|
"version": "1.0.0",
|
|
"description": "a website for the linuxposting tilde :3",
|
|
"license": "MIT",
|
|
"author": "jhalfsharp",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.1.5",
|
|
"eleventy": "^2.0.1",
|
|
"sass": "^1.98.0"
|
|
}
|
|
}
|