-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 KB
/
package.json
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
{
"name": "tallylogger",
"version": "1.0.0",
"description": "Log TSL UMD v5 protocol commands and saves as AAF AVB OTIO",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrevorAyl/TallyLogger.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/TrevorAyl/TallyLogger/issues"
},
"homepage": "https://github.com/TrevorAyl/TallyLogger#readme",
"dependencies": {
"@prisma/client": "^5.11.0",
"body-parser": "^1.20.2",
"buffer-split": "^1.0.0",
"csv-parse": "^5.5.5",
"express": "^4.18.3",
"fs": "^0.0.1-security",
"jspack": "^0.0.4",
"keypress": "^0.2.1",
"ms-to-timecode": "^0.1.2",
"opener": "^1.5.2",
"prisma": "^5.11.0",
"smpte-timecode": "^1.3.5",
"socket.io": "^4.7.5",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/node": "^20.11.30",
"sass": "^1.79.4",
"typescript": "^5.4.2"
},
"prisma": {
"seed": "node prisma/seed.js"
}
}