mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-04 15:23:02 +00:00
32 lines
852 B
JSON
32 lines
852 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.10.0",
|
|
"chroma-js": "^2.1.2",
|
|
"markdown-it-prism": "^2.2.1",
|
|
"phin": "^3.6.0"
|
|
},
|
|
"dependencies": {
|
|
"html-entities": "^2.3.2"
|
|
}
|
|
}
|