matrix-spec/package.json
Johannes Marbach 308bcfd20e Pin pagefind version
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2026-03-24 10:41:01 +01:00

31 lines
844 B
JSON

{
"name": "matrix-spec",
"version": "0.0.1",
"description": "Hugo theme for the Matrix specification.",
"main": "none.js",
"scripts": {
"get-proposals": "node ./scripts/proposals.js",
"test": "echo \"Error: no test specified\" && exit 1",
"pagefind": "pagefind $@"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matrix-org/matrix-spec.git"
},
"author": "The Matrix.org Foundation C.I.C.",
"private": true,
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/matrix-org/matrix-spec"
},
"homepage": "https://github.com/matrix-org/matrix-spec#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"autoprefixer": "^10.4.20",
"node-fetch": "^2.6.7",
"pagefind": "^1.4.0",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0"
}
}