forked from algolia/algoliasearch-zendesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "algoliasearch.zendesk-hc.tools",
"description": "Algolia Search for Zendesk's Help Center. This private project is used for the tools and scripts at the root of the repository.",
"author": "Algolia <[email protected]>",
"version": "2.24.1",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/algolia/algoliasearch-zendesk.git"
},
"devDependencies": {
"conventional-changelog": "^0.5.3",
"gh-pages": "^0.8.0",
"json": "^9.0.3"
},
"scripts": {
"postinstall": "cd ./app && npm install",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
"release": "./scripts/release.sh",
"release:app": "./scripts/release-app.sh",
"release:crawler": "./scripts/release-crawler.sh",
"release:docs": "./scripts/release-docs.sh",
"release:git": "./scripts/release-git.sh"
}
}