-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 957 Bytes
/
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
{
"name": "ffxiv-bigfish-notifier",
"version": "0.0.1",
"description": "Configurable notification service for FFXIV big fishing",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": "git+https://github.com/jack-leyland/ffxiv-bigfish-notifier.git",
"author": "Jack Leyland",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jack-leyland/ffxiv-bigfish-notifier/issues"
},
"homepage": "https://github.com/jack-leyland/ffxiv-bigfish-notifier#readme",
"dependencies": {
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"pg": "^8.8.0",
"rxjs": "^7.8.0",
"underscore": "^1.13.6",
"underscore-contrib": "^0.3.0",
"uuid": "^9.0.0",
"winston": "^3.8.2"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}