-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 928 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 928 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
30
{
"name": "crewtimer-video-review",
"version": "1.0.37",
"description": "Review finish line video and post timing data to CrewTimer.",
"license": "MIT",
"author": {
"name": "Glenn Engel",
"email": "info@crewtimer.com",
"url": "https://crewtimer.com/about"
},
"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": {
"crewtimer_video_reader": "../../native/ffreader",
"patch-package": "^8.0.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@electron/rebuild": "3.6.2"
},
"resolutions": {
"node-gyp": "^11.0.0",
"prebuild-install": "^7.1.2"
}
}