-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 996 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@jetbrains/teamcity-api",
"version": "2025.3.0-alpha.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JetBrains/teamcity-api-js.git"
},
"homepage": "https://github.com/JetBrains/teamcity-api-js#readme",
"keywords": [
"teamcity",
"jetbrains"
],
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"license": "MIT",
"devDependencies": {
"@jetbrains/ring-ui": "5.0.163",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"standard-version": "9.5.0",
"typescript": "5.1.6",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.9.0"
},
"scripts": {
"commit": "git-cz",
"version:ci": "standard-version",
"release:ci": "git push --follow-tags origin master && npm publish"
},
"browserslist": [
"extends @jetbrains/browserslist-config-teamcity"
]
}