zulip/web/shared/package.json

22 lines
429 B
JSON
Raw Normal View History

{
"name": "@zulip/shared",
2023-01-18 22:25:44 +01:00
"version": "0.0.18",
"license": "Apache-2.0",
"scripts": {
"prepare": "tsc --build --clean && rm -rf lib && tsc && cp src/*.flow lib",
"version": "tools/npm-version",
"postversion": "tools/npm-postversion"
},
"dependencies": {
"katex": "^0.16.2",
"lodash": "^4.17.19"
},
"devDependencies": {
"typescript": "^5.0.2"
},
"files": [
"icons",
"lib"
]
}