mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
14 lines
284 B
JSON
14 lines
284 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"
|
||
|
|
],
|
||
|
|
"scripts": {
|
||
|
|
"prepare": "cp ../../data-definitions/sas-emoji.json ."
|
||
|
|
}
|
||
|
|
}
|