-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.13 KB
/
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
27
28
29
30
31
32
33
34
35
{
"name": "ui5-task-translationhub",
"version": "1.0.4",
"description": "Custom task for ui5-builder which allows automated upload, translation and download of i18n properties files to/from SAP Translation Hub Service",
"main": "index.js",
"scripts": {
"preversion": "npm test",
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version"
},
"repository": {
"type": "git",
"url": "https://github.com/DerGuteWolf/ui5-task-translationhub.git"
},
"keywords": [
"adaptation",
"ui5",
"builder",
"tools",
"translation"
],
"author": "Wolfgang Röckelein",
"license": "Apache-2.0",
"dependencies": {
"@ui5/fs": "^3.0.5",
"@ui5/logger": "^3.0.0",
"axios": "^1.6.2",
"axios-cookiejar-support": "^4.0.7",
"tough-cookie": "^4.1.3",
"dotenv": "^16.3.1",
"form-data": "^4.0.0",
"unzipper": "^0.10.14"
}
}