mirror of https://github.com/zulip/zulip.git
23 lines
415 B
JSON
23 lines
415 B
JSON
{
|
|
"name": "@zulip/shared",
|
|
"version": "0.0.16",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"prepare": "rm -rf lib && tsc && cp js/*.flow lib",
|
|
"version": "tools/npm-version",
|
|
"postversion": "tools/npm-postversion"
|
|
},
|
|
"dependencies": {
|
|
"katex": "^0.16.2",
|
|
"lodash": "^4.17.19"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.2"
|
|
},
|
|
"files": [
|
|
"icons",
|
|
"js",
|
|
"lib"
|
|
]
|
|
}
|