pepperminty-wiki-website/package.json

16 lines
343 B
JSON
Raw Normal View History

{
"name": "pepperminty.wiki",
"version": "1.0.0",
"description": "Pepperminty Wiki website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Starbeamrainbowlabs",
"license": "CC-BY-SA-4.0",
"private": true,
"devDependencies": {
"@11ty/eleventy": "^0.10.0"
}
}