2023-08-18 17:56:55 +02:00
|
|
|
{
|
|
|
|
|
"name": "@matrix-org/spec",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"description": "Data definitions for the Matrix Spec",
|
|
|
|
|
"author": "matrix.org",
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"files": [
|
2024-03-22 19:20:30 +01:00
|
|
|
"sas-emoji.json",
|
|
|
|
|
"*.d.ts"
|
2023-08-18 17:56:55 +02:00
|
|
|
],
|
|
|
|
|
"scripts": {
|
2024-03-22 19:20:30 +01:00
|
|
|
"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"
|
2023-08-18 17:56:55 +02:00
|
|
|
}
|
|
|
|
|
}
|