mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"name": "@matrix-org/spec",
|
|
"version": "0.0.0",
|
|
"description": "Data definitions for the Matrix Spec",
|
|
"author": "matrix.org",
|
|
"license": "Apache-2.0",
|
|
"files": [
|
|
"sas-emoji.json",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "yarn run prepare:emoji && yarn run prepare:types",
|
|
"prepare:emoji": "cp ../../data-definitions/sas-emoji.json .",
|
|
"prepare:types": "./openapi.sh"
|
|
},
|
|
"devDependencies": {
|
|
"openapi-typescript": "^6.7.5"
|
|
}
|
|
}
|