Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 4460cf7

Browse files
authored
Merge pull request #131 from codeoverflow-org/feature/update-package-json
Update package.json files
2 parents c1d42e4 + 3fa3f9c commit 4460cf7

File tree

75 files changed

+400
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+400
-230
lines changed

nodecg-io-ahk/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
22
"name": "nodecg-io-ahk",
33
"version": "0.1.0",
44
"description": "Allows you to send commands to AutoHotkey.",
5-
"homepage": "",
5+
"homepage": "https://nodecg.io/samples/ahk",
66
"author": {
77
"name": "derNiklaas",
88
"url": "https://github.com/derNiklaas"
99
},
10+
"main": "extension",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/codeoverflow-org/nodecg-io.git",
14+
"directory": "nodecg-io-ahk"
15+
},
1016
"scripts": {
1117
"build": "tsc -b",
1218
"watch": "tsc -b -w",
1319
"clean": "tsc -b --clean"
1420
},
1521
"keywords": [
16-
"",
22+
"nodecg-io",
1723
"nodecg-bundle"
1824
],
1925
"nodecg": {
2026
"compatibleRange": "^1.1.1",
2127
"bundleDependencies": {
22-
"nodecg-io-core": "0.1.0"
28+
"nodecg-io-core": "^0.1.0"
2329
}
2430
},
2531
"license": "MIT",
@@ -30,7 +36,7 @@
3036
"typescript": "^4.0.2"
3137
},
3238
"dependencies": {
33-
"nodecg-io-core": "0.1.0",
39+
"nodecg-io-core": "^0.1.0",
3440
"node-fetch": "^2.6.1"
3541
}
3642
}

nodecg-io-core/dashboard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodecg-io-dashboard",
33
"version": "0.1.0",
4-
"description": "",
4+
"private": true,
55
"scripts": {
66
"build": "webpack",
77
"watch": "webpack --watch"
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"monaco-editor": "^0.20.0",
1717
"nodecg": "^1.6.1",
18-
"nodecg-io-core": "0.1.0",
18+
"nodecg-io-core": "^0.1.0",
1919
"typescript": "^4.0.2",
2020
"crypto-js": "^4.0.0"
2121
},

nodecg-io-core/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22
"name": "nodecg-io-core",
33
"version": "0.1.0",
44
"description": "The core of nodecg-io. Connects everything up.",
5-
"homepage": "http://codeoverflow.org",
5+
"homepage": "https://nodecg.io",
66
"author": {
77
"name": "CodeOverflow team",
8-
"url": "http://codeoverflow.org"
8+
"url": "https://github.com/codeoverflow-org"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/codeoverflow-org/nodecg-io.git",
13+
"directory": "nodecg-io-core"
14+
},
15+
"main": "extension",
1016
"scripts": {
1117
"build": "tsc -b",
1218
"watch": "tsc -b -w",
1319
"clean": "tsc -b --clean"
1420
},
1521
"keywords": [
16-
"",
22+
"nodecg-io",
1723
"nodecg-bundle"
1824
],
1925
"nodecg": {

nodecg-io-discord/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
22
"name": "nodecg-io-discord",
33
"version": "0.1.0",
44
"description": "Allows to connect to discord via a discord-bot.",
5-
"homepage": "",
5+
"homepage": "https://nodecg.io/samples/discord",
66
"author": {
77
"name": "noeppi_noeppi",
88
"url": "https://github.com/noeppi-noeppi"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/codeoverflow-org/nodecg-io.git",
13+
"directory": "nodecg-io-discord"
14+
},
15+
"main": "extension",
1016
"scripts": {
1117
"build": "tsc -b",
1218
"watch": "tsc -b -w",
1319
"clean": "tsc -b --clean"
1420
},
1521
"keywords": [
16-
"",
22+
"nodecg-io",
1723
"nodecg-bundle"
1824
],
1925
"nodecg": {
2026
"compatibleRange": "^1.1.1",
2127
"bundleDependencies": {
22-
"nodecg-io-core": "0.1.0"
28+
"nodecg-io-core": "^0.1.0"
2329
}
2430
},
2531
"license": "MIT",
@@ -29,7 +35,7 @@
2935
"typescript": "^4.0.2"
3036
},
3137
"dependencies": {
32-
"nodecg-io-core": "0.1.0",
38+
"nodecg-io-core": "^0.1.0",
3339
"discord.js": "^12.3.1"
3440
}
3541
}

nodecg-io-intellij/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
22
"name": "nodecg-io-intellij",
33
"version": "0.1.0",
44
"description": "Allows to control JetBrains IDEs via nodecg-io",
5-
"homepage": "",
5+
"homepage": "https://nodecg.io/samples/intellij",
66
"author": {
77
"name": "noeppi_noeppi",
88
"url": "https://github.com/noeppi-noeppi"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/codeoverflow-org/nodecg-io.git",
13+
"directory": "nodecg-io-intellij"
14+
},
15+
"main": "extension",
1016
"scripts": {
1117
"build": "tsc -b",
1218
"watch": "tsc -b -w",
1319
"clean": "tsc -b --clean"
1420
},
1521
"keywords": [
16-
"",
22+
"nodecg-io",
1723
"nodecg-bundle"
1824
],
1925
"nodecg": {
2026
"compatibleRange": "^1.1.1",
2127
"bundleDependencies": {
22-
"nodecg-io-core": "0.1.0"
28+
"nodecg-io-core": "^0.1.0"
2329
}
2430
},
2531
"license": "MIT",
@@ -30,7 +36,7 @@
3036
"@types/node-fetch": "^2.5.7"
3137
},
3238
"dependencies": {
33-
"nodecg-io-core": "0.1.0",
39+
"nodecg-io-core": "^0.1.0",
3440
"node-fetch": "^2.6.1"
3541
}
3642
}

nodecg-io-irc/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
22
"name": "nodecg-io-irc",
33
"version": "0.1.0",
44
"description": "Allow to connect to IRC Servers.",
5-
"homepage": "",
5+
"homepage": "https://nodecg.io",
66
"author": {
77
"name": "ExtremTechniker",
88
"url": "https://github.com/ExtremTechniker"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/codeoverflow-org/nodecg-io.git",
13+
"directory": "nodecg-io-irc"
14+
},
15+
"main": "extension",
1016
"scripts": {
1117
"build": "tsc -b",
1218
"watch": "tsc -b -w",
1319
"clean": "tsc -b --clean"
1420
},
1521
"keywords": [
16-
"",
22+
"nodecg-io",
1723
"nodecg-bundle"
1824
],
1925
"nodecg": {
2026
"compatibleRange": "^1.1.1",
2127
"bundleDependencies": {
22-
"nodecg-io-core": "0.1.0"
28+
"nodecg-io-core": "^0.1.0"
2329
}
2430
},
2531
"license": "MIT",
@@ -30,7 +36,7 @@
3036
"typescript": "^4.0.2"
3137
},
3238
"dependencies": {
33-
"nodecg-io-core": "0.1.0",
39+
"nodecg-io-core": "^0.1.0",
3440
"irc": "0.5.2"
3541
}
3642
}

nodecg-io-midi-input/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
22
"name": "nodecg-io-midi-input",
33
"version": "0.1.0",
44
"description": "Connect to MIDI devices and control the volume of your voice or music with a fader.",
5-
"homepage": "",
5+
"homepage": "https://nodecg.io/samples/midi-input",
66
"author": {
77
"name": "noeppi_noeppi",
88
"url": "https://github.com/noeppi-noeppi"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/codeoverflow-org/nodecg-io.git",
13+
"directory": "nodecg-io-midi-input"
14+
},
15+
"main": "extension",
1016
"scripts": {
1117
"build": "tsc -b",
1218
"watch": "tsc -b -w",
1319
"clean": "tsc -b --clean"
1420
},
1521
"keywords": [
16-
"",
22+
"nodecg-io",
1723
"nodecg-bundle"
1824
],
1925
"nodecg": {
2026
"compatibleRange": "^1.1.1",
2127
"bundleDependencies": {
22-
"nodecg-io-core": "0.1.0"
28+
"nodecg-io-core": "^0.1.0"
2329
}
2430
},
2531
"license": "MIT",
@@ -29,7 +35,7 @@
2935
"typescript": "^4.0.2"
3036
},
3137
"dependencies": {
32-
"nodecg-io-core": "0.1.0",
38+
"nodecg-io-core": "^0.1.0",
3339
"easymidi": "^2.0.1"
3440
}
3541
}

nodecg-io-midi-output/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
22
"name": "nodecg-io-midi-output",
33
"version": "0.1.0",
44
"description": "Connect to MIDI devices and control the volume of your voice or music with a fader.",
5-
"homepage": "",
5+
"homepage": "https://nodecg.io/samples/midi-output",
66
"author": {
77
"name": "noeppi_noeppi",
88
"url": "https://github.com/noeppi-noeppi"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/codeoverflow-org/nodecg-io.git",
13+
"directory": "nodecg-io-midi-output"
14+
},
15+
"main": "extension",
1016
"scripts": {
1117
"build": "tsc -b",
1218
"watch": "tsc -b -w",
1319
"clean": "tsc -b --clean"
1420
},
1521
"keywords": [
16-
"",
22+
"nodecg-io",
1723
"nodecg-bundle"
1824
],
1925
"nodecg": {
2026
"compatibleRange": "^1.1.1",
2127
"bundleDependencies": {
22-
"nodecg-io-core": "0.1.0"
28+
"nodecg-io-core": "^0.1.0"
2329
}
2430
},
2531
"license": "MIT",
@@ -29,7 +35,7 @@
2935
"typescript": "^4.0.2"
3036
},
3137
"dependencies": {
32-
"nodecg-io-core": "0.1.0",
38+
"nodecg-io-core": "^0.1.0",
3339
"easymidi": "^2.0.1"
3440
}
3541
}

nodecg-io-obs/package.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
{
22
"name": "nodecg-io-obs",
33
"version": "0.1.0",
4-
"description": "",
5-
"homepage": "",
6-
"contributor": "derNiklaas",
4+
"description": "Allows to control your obs instance to e.g. switch scenes.",
5+
"homepage": "https://nodecg.io",
6+
"author": {
7+
"name": "derNiklaas",
8+
"url": "https://github.com/derNiklaas"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/codeoverflow-org/nodecg-io.git",
13+
"directory": "nodecg-io-obs"
14+
},
15+
"main": "extension",
716
"scripts": {
817
"build": "tsc -b",
918
"watch": "tsc -b -w",
1019
"clean": "tsc -b --clean"
1120
},
12-
"files": [
13-
"dashboard",
14-
"graphics",
15-
"extension.js",
16-
"extension"
17-
],
1821
"keywords": [
19-
"",
22+
"nodecg-io",
2023
"nodecg-bundle"
2124
],
2225
"nodecg": {
2326
"compatibleRange": "^1.1.1",
2427
"bundleDependencies": {
25-
"nodecg-io-core": "0.1.0"
28+
"nodecg-io-core": "^0.1.0"
2629
}
2730
},
2831
"license": "MIT",
@@ -32,7 +35,7 @@
3235
"typescript": "^4.0.2"
3336
},
3437
"dependencies": {
35-
"nodecg-io-core": "0.1.0",
38+
"nodecg-io-core": "^0.1.0",
3639
"obs-websocket-js": "^4.0.1"
3740
}
3841
}

nodecg-io-philipshue/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,30 @@
22
"name": "nodecg-io-philipshue",
33
"version": "0.1.0",
44
"description": "Allows you to connect with your Philips Hue bridge. This allows you to control your lights etc.",
5-
"homepage": "",
5+
"homepage": "https://nodecg.io",
66
"author": {
77
"name": "TheCrether",
88
"url": "https://thecrether.at"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/codeoverflow-org/nodecg-io.git",
13+
"directory": "nodecg-io-philipshue"
14+
},
15+
"main": "extension",
1016
"scripts": {
1117
"build": "tsc -b",
1218
"watch": "tsc -b -w",
1319
"clean": "tsc -b --clean"
1420
},
1521
"keywords": [
22+
"nodecg-io",
1623
"nodecg-bundle"
1724
],
1825
"nodecg": {
1926
"compatibleRange": "^1.1.1",
2027
"bundleDependencies": {
21-
"nodecg-io-core": "0.1.0"
28+
"nodecg-io-core": "^0.1.0"
2229
}
2330
},
2431
"license": "MIT",
@@ -30,6 +37,6 @@
3037
"dependencies": {
3138
"is-ip": "^3.1.0",
3239
"node-hue-api": "^4.0.9",
33-
"nodecg-io-core": "0.1.0"
40+
"nodecg-io-core": "^0.1.0"
3441
}
3542
}

0 commit comments

Comments
 (0)