mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-10 09:53:42 +01:00
15 lines
347 B
JSON
15 lines
347 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",
|
|
"sas-emoji/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "cp ../../data-definitions/sas-emoji.json . && cp -r ../../data-definitions/sas-emoji ."
|
|
}
|
|
}
|