zulip/static/shared/package.json
Greg Price dbe92ebbfe shared: Script up the NPM release process for @zulip/shared.
This will replace about a half-dozen steps of these instructions:
  https://github.com/zulip/zulip-mobile/blob/ec1370159/docs/howto/shared.md#publish

with "run `npm version patch`; then run the commands it prints."
2022-04-25 09:37:35 -07:00

14 lines
253 B
JSON

{
"name": "@zulip/shared",
"version": "0.0.13",
"license": "Apache-2.0",
"scripts": {
"version": "tools/npm-version",
"postversion": "tools/npm-postversion"
},
"dependencies": {
"katex": "^0.15.3",
"lodash": "^4.17.19"
}
}