matrix-spec/packages/npm/package.json
Andy Balaam 6fb8ea4560 Include sas-emoji in the npm package
Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
2025-12-17 13:26:19 +00:00

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 ."
}
}