Minetest-WorldEditAdditions/.docs/package.json

40 lines
1.0 KiB
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": "^1.0.1",
"chroma-js": "^2.4.2",
"columnify": "^1.6.0",
"debug": "^4.3.4",
"imagickal": "^5.0.1",
"markdown-it-prism": "^2.2.4",
"p-memoize": "^7.0.0",
"p-queue": "^7.2.0",
"phin": "^3.6.1",
"pretty-ms": "^7.0.1"
},
"dependencies": {
"clean-css": "^5.3.0",
"html-entities": "^2.3.3",
"html-minifier-terser": "^7.0.0-beta.0"
}
}