docs-matrix-spec/packages/npm/package.json
Michael Telatynski c0babbfc13
Create @matrix-org/spec npm package containing sas-emoji.json (#1620)
* Create packages/npm @matrix-org/spec npm package containing spec-emoji

* Initial workflow script

* Add newsfragment

* Add docs

* npm publish doesn't like symlinks, yarn does :((
2023-08-18 09:56:55 -06:00

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