-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 785 Bytes
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
{
"name": "mpc-hc-control",
"version": "1.0.3",
"description": "Lib for control Media Player Classic - Home Cinema via HTTP API",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/rzcoder/mpc-hc-control.git"
},
"bugs": {
"url": "https://github.com/rzcoder/mpc-hc-control/issues"
},
"homepage": "https://github.com/rzcoder/mpc-hc-control",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mpc-hc",
"api"
],
"author": "rzcoder",
"license": "MIT",
"devDependencies": {
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.7"
},
"dependencies": {
"axios": "^0.24.0",
"lodash": "^4.17.10"
}
}