Minetest-WorldEditAdditions/.docs/package.json

38 lines
1004 B
JSON
Raw Permalink Normal View History

{
"name": "worldeditadditions",
"version": "1.14.5",
"description": "Documentation website for WorldEditAdditions",
"main": "index.js",
"private": true,
"scripts": {
2021-06-19 16:49:20 +00:00
"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",
2022-08-06 14:15:36 +00:00
"dependencies": {
2023-07-01 00:15:13 +00:00
"@11ty/eleventy": "^2.0.1",
2022-05-01 16:01:03 +00:00
"chroma-js": "^2.4.2",
2023-02-22 00:46:55 +00:00
"clean-css": "^5.3.2",
2022-05-01 16:01:03 +00:00
"columnify": "^1.6.0",
"debug": "^4.3.4",
2023-07-01 00:15:13 +00:00
"html-entities": "^2.4.0",
2023-02-22 00:46:55 +00:00
"html-minifier-terser": "^7.0.0-beta.0",
"imagickal": "^5.0.1",
"markdown-it-prism": "^2.3.0",
"p-memoize": "^7.1.1",
"p-queue": "^7.3.4",
"phin": "^3.7.0",
"pretty-ms": "^7.0.1"
}
}