-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.72 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "iobroker.spotify-premium",
"version": "1.1.9",
"description": "ioBroker spotify-premium Adapter",
"author": {
"name": "twonky4",
"email": "[email protected]"
},
"contributors": [
{
"name": "Lucky"
},
{
"name": "twonky4",
"email": "[email protected]"
}
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.spotify-premium",
"license": "MIT",
"keywords": [
"ioBroker",
"spotify-premium",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.spotify-premium"
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.1",
"request": "^2.88.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.4.1",
"@alcalzone/release-script-plugin-iobroker": "^3.4.1",
"@alcalzone/release-script-plugin-license": "^3.4.1",
"gulp": "^4.0.2",
"mocha": "^9.1.3",
"chai": "^4.3.4",
"@iobroker/testing": "^2.5.2"
},
"main": "main.js",
"files": [
"admin/",
"!admin/i18n/",
"docs/",
"lib/",
"icon/",
"widgets/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.spotify-premium/issues"
},
"readmeFilename": "README.md"
}