-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 870 Bytes
/
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
{
"name": "MMM-Roomba",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/relm/MMM-Roomba.git"
},
"description": "Roomba module for the Magic Mirror.",
"main": "MMM-Roomba.js",
"author": "Reagan Elm",
"license": "MIT",
"scripts": {
"lint": "eslint --fix .",
"preinstall": "npx npm-force-resolutions"
},
"bugs": {
"url": "https://github.com/relm/MMM-Roomba/issues"
},
"homepage": "https://github.com/relm/MMM-Roomba#readme",
"keywords": [
"magic mirror",
"smart mirror",
"roomba"
],
"resolutions": {
"ws": "7.5.0"
},
"devDependencies": {
"eslint": "^7.29.0",
"lint-staged": "^11.0.0",
"npm-force-resolutions": "^0.0.10",
"prettier": "^2.3.2"
},
"dependencies": {
"dorita980": "^3.1.11"
},
"lint-staged": {
"*.js": "eslint --fix"
}
}