forked from entrylabs/entry-hw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.35 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.35 KB
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
{
"name": "entry_hw",
"version": "1.7.2",
"description": "엔트리 하드웨어 연결 프로그램",
"author": "EntryLabs",
"main": "app/index.js",
"scripts": {
"lint": "eslint app",
"clean": "rimraf dist",
"start": "set NODE_ENV=development&&electron -d app",
"debug": "set NODE_ENV=development&&electron -d app --inspect",
"pack:win32": "build --arch ia32",
"make": "cross-env CSC_NAME=\"Connect Foundation (DLFUSDA3L5)\"&&build",
"make:osx": "cross-env CSC_NAME=\"Connect Foundation (DLFUSDA3L5)\"&&build",
"make:win32": "build --arch ia32 --platform=win32 && makensis ./build/entry-hw.nsi"
},
"devDependencies": {
"cross-env": "^5.1.3",
"electron": "4.0.0",
"electron-builder": "^20.38.5",
"electron-rebuild": "^1.8.4",
"eslint": "^4.18.2",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4",
"rimraf": "^2.6.3"
},
"dependencies": {
"@entrylabs/bindings": "^1.0.0",
"@serialport/binding-abstract": "^2.0.4",
"@serialport/parser-readline": "^2.0.2",
"@serialport/stream": "^2.0.4",
"lodash": "^4.16.4",
"object.assign": "^4.0.4",
"socket.io": "^1.5.0",
"socket.io-client": "^1.5.1"
}
}