-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.04 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
{
"name": "team-city-upsource-source-bridge",
"version": "0.4.4",
"description": "Helps to open TeamCity's source code links present in the Inspection report. This util opens them in Upsource. Please provide the Upsource base url in the UPSOURCE_URL environment variable.",
"bin": {
"team-city-upsource-source-bridge": "bin/team-city-upsource-source-bridge"
},
"scripts": {
"prepare": "sbt 'show fullOptJS' && cp target/scala-2.12/scalajs-bundler/main/team-city-upsource-source-bridge-opt.js ./lib/main.js",
"test": "sbt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scala-szeged/team-city-upsource-source-bridge.git"
},
"keywords": [
"upsource",
"teamcity",
"scalajs",
"cli"
],
"author": "Janos Seteny, Tigra Kft.",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/scala-szeged/team-city-upsource-source-bridge/issues"
},
"homepage": "https://github.com/scala-szeged/team-city-upsource-source-bridge#readme",
"dependencies": {
"open": "^6.0.0"
}
}