-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 913 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
{
"name": "sdrangel-node",
"version": "1.1.0",
"description": "NodeJS scripts for SDRangel",
"main": "index.js",
"scripts": {
"test": "eslint bin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AI6YP/sdrangel-node.git"
},
"keywords": [],
"author": "AI6YP",
"license": "MIT",
"bugs": {
"url": "https://github.com/AI6YP/sdrangel-node/issues"
},
"homepage": "https://github.com/AI6YP/sdrangel-node#readme",
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node8"
},
"devDependencies": {
"@drom/eslint-config": "^0.12.0",
"eslint": "^8.57.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"commander": "^12.1.0",
"express": "^4.16.2",
"fs-extra": "^11.2.0",
"ip": "^2.0.1",
"json5": "^2.1.0",
"lodash.merge": "^4.6.2",
"midi": "^2.0.0",
"portfinder": "^1.0.13",
"usb": "^2.1.0"
}
}