-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.9 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.9 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "uaclient",
"productName": "uaclient",
"version": "1.0.0",
"description": "This client solve any problem with plugins in any system for 'Internet of Things'",
"main": "src/main.cjs",
"type": "commonjs",
"scripts": {
"dev": "nodemon -e js,html,cjs --exec electron .",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "echo \"No linting configured\"",
"compile": "nodemon -e ts --exec npx ttsc",
"show": "electron .",
"rebuild": "electron-rebuild"
},
"keywords": [],
"author": {
"name": "f2w00",
"email": "109409603+f2w00@users.noreply.github.com"
},
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.3",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"electron-window-state": "^5.0.3",
"koa": "^2.14.1",
"koa-body": "^6.0.1",
"koa-router": "^12.0.0",
"log4js": "^6.7.1",
"node-gyp": "^9.3.1",
"node-opcua": "^2.96.0",
"nodemon": "^2.0.20",
"pirates": "^4.0.5",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.29.3",
"sqlite3": "^5.1.6",
"typia": "^3.4.22",
"v8-compile-cache": "^2.3.0"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.4",
"@electron-forge/maker-deb": "^6.0.4",
"@electron-forge/maker-rpm": "^6.0.4",
"@electron-forge/maker-squirrel": "^6.0.4",
"@electron-forge/maker-zip": "^6.0.4",
"@types/better-sqlite3": "^7.6.3",
"@types/koa-router": "^7.4.4",
"@types/node": "^18.15.3",
"electron": "22.0.1",
"electron-rebuild": "^3.2.9",
"ts-node": "^10.9.1",
"ttypescript": "^1.5.15",
"typescript": "^4.9.5"
}
}