-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 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
{
"name": "react-native-yeelight",
"version": "2.3.3",
"description": "Yeelight WiFi lib",
"main": "src/",
"directories": {
"docs": "docs/",
"example": "examples/"
},
"dependencies": {
"react-native-joi": "^0.0.5"
},
"devDependencies": {
"chai": "^3.5.0",
"codecov": "^1.0.1",
"documentation": "^4.0.0-beta10",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.3.0",
"isparta": "^4.0.0",
"mocha": "^3.1.1",
"mocha-junit-reporter": "^1.12.0",
"mversion": "^1.10.1",
"nyc": "^10.1.2",
"sinon": "^1.17.6"
},
"scripts": {
"docs": "rm -rf docs/ && node_modules/.bin/documentation build src/*.js --format html --output docs/ --name yeelight --project-version $npm_package_version --github",
"test:eslint": "node_modules/.bin/eslint",
"test:reporter": "npm test -- --reporter mocha-junit-reporter",
"test:watch": "npm test -- --watch",
"release:patch": "node_modules/.bin/mversion patch -m 'Bumped to v%s' --tag 'v%s'",
"release:minor": "node_modules/.bin/mversion minor -m 'Bumped to v%s' --tag 'v%s'",
"release:major": "node_modules/.bin/mversion major -m 'Bumped to v%s' --tag 'v%s'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmdroid/yeelight-wifi.git"
},
"keywords": [
"light",
"yeelight",
"yeelight wifi"
],
"author": "Pascal Matthiesen <me@pascalmatthiesen.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pmdroid/yeelight-wifi/issues"
},
"homepage": "https://github.com/pmdroid/yeelight-wifi#readme",
"peerDependencies": {
"react-native-tcp": ">=3.2.1"
}
}