We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad75c6 commit e0a0d76Copy full SHA for e0a0d76
package.json
@@ -4,10 +4,16 @@
4
"description": "Lib for control Media Player Classic - Home Cinema via HTTP API",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/rzcoder/mpc-hc-control.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/rzcoder/mpc-hc-control/issues"
13
14
+ "homepage": "https://github.com/rzcoder/mpc-hc-controla",
15
"scripts": {
16
"build": "tsc",
- "-pretest": "tslint --project ./",
- "-prebuild": "tslint --project ./",
17
"test": "echo \"Error: no test specified\" && exit 1"
18
},
19
"keywords": [
0 commit comments