-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1009 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1009 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
34
35
36
37
{
"name": "dot2wing-firmware",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --experimental-json-modules --experimental-specifier-resolution=node --no-warnings index.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/FlipperLP/dot2wing-firmware.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FlipperLP/dot2wing-firmware/issues"
},
"homepage": "https://github.com/FlipperLP/dot2wing-firmware#readme",
"dependencies": {
"auto-git-update": "^1.0.6",
"md5": "^2.3.0",
"oled-font-5x7": "^1.0.3",
"rpi-ws281x": "^1.0.36",
"rpio": "git+https://github.com/UltraLighting/node-rpio.git",
"sh1106-js": "0.0.1",
"ws": "^7.4.6",
"wspromisify": "^2.4.1"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"nodemon": "^2.0.9"
}
}