-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 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
{
"name": "mcp-can-boot-flash-app",
"version": "2.2.3",
"description": "Flash application for the MCP-CAN-Boot CAN bus bootloader",
"main": "flash-app.js",
"bin": {
"mcp-can-boot-flash-app": "./flash-app.js"
},
"author": {
"name": "Peter Müller",
"email": "[email protected]",
"url": "https://crycode.de/"
},
"contributors": [
"Dan Hankewycz <[email protected]>"
],
"homepage": "https://github.com/crycode-de/mcp-can-boot-flash-app",
"repository": {
"type": "git",
"url": "https://github.com/crycode-de/mcp-can-boot-flash-app.git"
},
"bugs": {
"url": "https://github.com/crycode-de/mcp-can-boot-flash-app/issues"
},
"keywords": [
"mcp2515",
"bootloader",
"can bus",
"avr",
"atmega"
],
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"cli-progress": "^3.12.0",
"nrf-intel-hex": "^1.4.0",
"socketcan": "^4.0.4",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=12"
},
"devDependencies": {
"eslint": "^8.57.0"
},
"scripts": {
"lint": "eslint flash-app.js"
}
}