Skip to content

Commit e5f9de1

Browse files
committed
bulk tidy package.json
1 parent ffd5883 commit e5f9de1

File tree

1 file changed

+40
-35
lines changed

1 file changed

+40
-35
lines changed

package.json

Lines changed: 40 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,42 @@
11
{
2-
"name": "hermann-stagetimerio",
3-
"version": "1.0.0",
4-
"description": "Companion module for stagetimer.io",
5-
"manufacturer": "Lukas Hermann",
6-
"product": [
7-
"Stagetimer.io"
8-
],
9-
"shortname": "stagetimer",
10-
"main": "src/index.js",
11-
"scripts": {
12-
"test": "echo \"Error: no test specified\" && exit 1",
13-
"prettier": "prettier",
14-
"eslint": "eslint",
15-
"semantic-release": "semantic-release"
16-
},
17-
"keywords": [
18-
"Companion",
19-
"stagetimer.io"
20-
],
21-
"author": "Johnny Estilles <johnny@estilles.com>",
22-
"license": "ISC",
23-
"devDependencies": {
24-
"@semantic-release/changelog": "^6.0.1",
25-
"@semantic-release/git": "^10.0.1",
26-
"eslint": "^8.1.0",
27-
"prettier": "^2.4.1",
28-
"semantic-release": "^18.0.0"
29-
},
30-
"repository": {
31-
"type": "git",
32-
"url": "https://github.com/bitfocus/companion-module-hermann-stagetimerio.git"
33-
},
34-
"dependencies": {
35-
"needle": "^3.0.0"
36-
}
2+
"name": "hermann-stagetimerio",
3+
"version": "1.0.0",
4+
"description": "Companion module for stagetimer.io",
5+
"manufacturer": "Lukas Hermann",
6+
"product": [
7+
"Stagetimer.io"
8+
],
9+
"shortname": "stagetimer",
10+
"main": "src/index.js",
11+
"scripts": {
12+
"test": "echo \"Error: no test specified\" && exit 1",
13+
"prettier": "prettier",
14+
"eslint": "eslint",
15+
"semantic-release": "semantic-release"
16+
},
17+
"keywords": [
18+
"Companion",
19+
"stagetimer.io"
20+
],
21+
"author": "Johnny Estilles <johnny@estilles.com>",
22+
"license": "ISC",
23+
"devDependencies": {
24+
"@semantic-release/changelog": "^6.0.1",
25+
"@semantic-release/git": "^10.0.1",
26+
"eslint": "^8.1.0",
27+
"prettier": "^2.4.1",
28+
"semantic-release": "^18.0.0"
29+
},
30+
"repository": {
31+
"type": "git",
32+
"url": "git+https://github.com/bitfocus/companion-module-hermann-stagetimerio.git"
33+
},
34+
"dependencies": {
35+
"needle": "^3.0.0"
36+
},
37+
"homepage": "https://github.com/bitfocus/companion-module-hermann-stagetimerio#readme",
38+
"bugs": {
39+
"url": "https://github.com/bitfocus/companion-module-hermann-stagetimerio/issues"
40+
},
41+
"api_version": "1.0.0"
3742
}

0 commit comments

Comments
 (0)