-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 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
{
"name": "stripcol",
"version": "1.0.4",
"description": "Flight strip manager for Vatsim Colombia",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . StripCol --icon=src/client/images/icon.ico --platform=win32 --arch=x64 --overwrite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Simplezes/StripCol.git"
},
"keywords": [
"electron",
"nodejs",
"flight_strips",
"flight_manager",
"vatsim",
"vatsim_colombia"
],
"author": "Simplezes",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Simplezes/StripCol/issues"
},
"homepage": "https://github.com/Simplezes/StripCol#readme",
"devDependencies": {
"@types/cookie-parser": "^1.4.10",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/express-session": "^1.18.2",
"@types/node": "^25.2.3",
"electron": "^40.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"dependencies": {
"cors": "^2.8.6",
"discord-rpc": "^4.0.1",
"dotenv": "^17.2.4",
"electron-packager": "^17.1.2",
"express": "^5.2.1",
"fs": "^0.0.1-security",
"ws": "^8.19.0"
}
}