mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-10 10:17:49 +02:00
Some checks are pending
Spec / 🔎 Validate OpenAPI specifications (push) Waiting to run
Spec / 🔎 Check Event schema examples (push) Waiting to run
Spec / 🔎 Check OpenAPI definitions examples (push) Waiting to run
Spec / 🔎 Check JSON Schemas inline examples (push) Waiting to run
Spec / ⚙️ Calculate baseURL for later jobs (push) Waiting to run
Spec / 🐍 Build OpenAPI definitions (push) Blocked by required conditions
Spec / 📢 Run towncrier for changelog (push) Waiting to run
Spec / 📖 Build the spec (push) Blocked by required conditions
Spec / 🔎 Validate generated HTML (push) Blocked by required conditions
Spec / 📖 Build the historical backup spec (push) Blocked by required conditions
Spec / Create release (push) Blocked by required conditions
Spell Check / Spell Check with Typos (push) Waiting to run
31 lines
844 B
JSON
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"
|
|
}
|
|
}
|