neoBeta/package.json
2025-10-24 22:13:50 -03:00

25 lines
675 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",
"elasticlunr": "^0.9.5"
}
}