-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
63 lines (63 loc) · 1.58 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "fd-tone-notify",
"version": "0.1.0",
"description": "Dispatch Tone Notification Software for Fire Departments and Enthusiasts",
"homepage": "https://fdtonenotify.com/",
"main": "index.js",
"bin": "index.js",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/fdtonenotify"
},
"scripts": {
"start": "node index.js",
"test": "mocha",
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kjdElectronics/fd-tone-notify.git"
},
"author": "Kevin J Dolan (kjdElectronics)",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/kjdElectronics/fd-tone-notify/issues"
},
"dependencies": {
"@types/mocha": "^8.2.0",
"@types/mz": "^2.7.3",
"@types/node": "^14.14.25",
"chalk": "^4.1.0",
"commander": "^7.0.0",
"config": "^3.3.3",
"coralogix-logger": "^1.1.28",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"expect": "^26.6.2",
"express": "^4.17.1",
"fast-csv": "^4.3.6",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^3.0.0",
"helmet": "^3.23.3",
"mic": "^2.1.2",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.18",
"pitchy": "^2.0.3",
"prettier": "^2.2.1",
"uuid": "^8.3.2",
"wav": "^1.0.2",
"wav-decoder": "^1.3.0",
"winston": "^3.3.3",
"winston-transport": "^4.4.0",
"ws": "^7.4.3"
},
"devDependencies": {
"chai": "^4.3.0",
"formidable": "^1.2.2",
"mocha": "^8.2.1",
"nock": "^13.0.7",
"nyc": "^15.1.0"
}
}