forked from Opentrons/opentrons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "@opentrons/app-shell",
"productName": "Opentrons",
"version": "3.7.0",
"description": "Opentrons desktop application",
"main": "lib/main.js",
"scripts": {
"start": "make dev"
},
"repository": {
"type": "git",
"url": "https://github.com/Opentrons/opentrons.git"
},
"author": {
"name": "Opentrons Labworks",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Opentrons/opentrons/issues"
},
"homepage": "https://github.com/Opentrons/opentrons",
"devDependencies": {
"@opentrons/app": "3.7.0"
},
"dependencies": {
"@opentrons/discovery-client": "3.7.0",
"@thi.ng/paths": "^1.6.5",
"dateformat": "^3.0.3",
"electron-debug": "^2.0.0",
"electron-devtools-installer": "^2.2.4",
"electron-store": "^2.0.0",
"electron-updater": "^3.1.2",
"fs-extra": "^6.0.1",
"merge-options": "^1.0.1",
"semver": "^5.5.0",
"uuid": "^3.2.1",
"winston": "^3.1.0",
"yargs-parser": "^10.0.0"
}
}