-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 991 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
35
36
37
38
39
{
"name": "call-of-the-sea",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"daemon-start": "pm2 start ./bin/scheduled-job.js",
"daemon-stop": "pm2 stop ./bin/scheduled-job.js",
"dev": "node -r dotenv/config app-dev.js",
"test": "mocha -r dotenv/config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duncanpharvey/call-of-the-sea.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/duncanpharvey/call-of-the-sea/issues"
},
"homepage": "https://github.com/duncanpharvey/call-of-the-sea#readme",
"dependencies": {
"airtable": "^0.11.1",
"axios": "^0.21.1",
"deep-object-diff": "^1.1.0",
"moment": "^2.27.0",
"node-cron": "^3.0.0",
"pg": "^8.6.0",
"pg-format": "^1.0.4",
"slack-node": "^0.1.8"
},
"devDependencies": {
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"mocha": "^9.0.0",
"sinon": "^11.1.1"
}
}