zulip/static/shared/package.json

14 lines
253 B
JSON
Raw Normal View History

{
"name": "@zulip/shared",
2022-04-25 18:57:43 +02:00
"version": "0.0.14",
"license": "Apache-2.0",
"scripts": {
"version": "tools/npm-version",
"postversion": "tools/npm-postversion"
},
"dependencies": {
"katex": "^0.16.2",
"lodash": "^4.17.19"
}
}