-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 887 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 887 Bytes
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
{
"name": "crewtimer-fl-connector",
"version": "1.1.4",
"description": "Connector for FinishLynx to capture time events which are published to CrewTimer",
"license": "MIT",
"author": {
"name": "Glenn Engel",
"email": "info@crewtimer.com",
"url": "https://crewtimr.com"
},
"main": "./dist/main/main.js",
"scripts": {
"install": "patch-package --exclude nothing",
"rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
"postinstall": "patch-package --exclude nothing && npm run rebuild && npm run link-modules",
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts"
},
"dependencies": {
"patch-package": "^8.0.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@electron/rebuild": "^3.6.0"
},
"resolutions": {
"node-gyp": "^11.0.0",
"prebuild-install": "^7.1.2"
}
}