25 lines
668 B
JSON
25 lines
668 B
JSON
{
|
|
"name": "neobeta",
|
|
"version": "1.0.0",
|
|
"description": "A CMS for minecraft plugins.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"serve": "npx @11ty/eleventy --serve"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/adrianvic/neoBeta.git"
|
|
},
|
|
"author": "Adrian Victor de Abreu Alves <adrianvictor@disroot.org>",
|
|
"license": "Unlicense",
|
|
"bugs": {
|
|
"url": "https://github.com/adrianvic/neoBeta/issues"
|
|
},
|
|
"homepage": "https://github.com/adrianvic/neoBeta#readme",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.1.2",
|
|
"lunr": "^2.3.9"
|
|
}
|
|
}
|