matrix-spec/packages/npm/package.json
2023-08-18 16:53:58 +01:00

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