-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 904 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
{
"name": "cp2102",
"version": "0.1.2",
"description": "Silicon Labs CP2102 user-space USB to serial driver",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --cache --format=node_modules/eslint-formatter-pretty ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidepool-org/cp2102.git"
},
"keywords": [
"usb",
"driver",
"cp2102",
"silabs"
],
"author": "Gerrit Niezen",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/tidepool-org/cp2102/issues"
},
"homepage": "https://github.com/tidepool-org/cp2102#readme",
"dependencies": {
"core-js": "2.6.12",
"usb": "2.14.0"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-airbnb": "18.2.1",
"eslint-formatter-pretty": "5.0.0",
"eslint-plugin-import": "2.31.0"
}
}