-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 842 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
{
"name": "mmm-it8951",
"version": "1.0.0",
"description": "This MagicMirror² module communicates with a IT8951 card to display MagicMirror² on a e-ink screen using IT8951 drivers.",
"main": "MMM-IT8951.js",
"author": "Sébastien Mazzon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/seb-ma/MMM-IT8951"
},
"keywords": [
"magicmirror-module",
"magicmirror2",
"eink",
"it8951",
"waveshare-eink"
],
"dependencies": {
"node-it8951": "^0.0.1",
"puppeteer": "^22.15.0",
"sharp": "^0.33.4"
},
"devDependencies": {
"@electron/rebuild": "^3.6.0",
"gyp": "^0.5.0",
"node-abi": "^3.65.0",
"node-gyp": "^10.2.0"
},
"overrides": {
"rpio": {
"nan": "^2.17.0"
}
},
"scripts": {
"postinstall": "node_modules/.bin/electron-rebuild -e ../../node_modules/electron"
}
}