mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
Starbeamrainbowlabs
10677e279e
....unfortunately my CI server is down right now though, so we're still running it manually for now.
28 lines
779 B
JSON
28 lines
779 B
JSON
{
|
|
"name": "worldeditadditions",
|
|
"version": "1.0.0",
|
|
"description": "Documentation website for WorldEditAdditions",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"No tests have been implemented yet\"",
|
|
"start": "npx @11ty/eleventy --serve",
|
|
"build": "npx @11ty/eleventy"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sbrl/Minetest-WorldEditAdditions.git"
|
|
},
|
|
"author": "Starbeamrainbowlabs",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/sbrl/Minetest-WorldEditAdditions/issues"
|
|
},
|
|
"homepage": "https://github.com/sbrl/Minetest-WorldEditAdditions#readme",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.12.1",
|
|
"@11ty/eleventy-img": "^0.9.0",
|
|
"html-entities": "^2.3.2",
|
|
"htmlentities": "^1.0.0"
|
|
}
|
|
}
|