-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "animl-base",
"version": "0.0.1",
"description": "Node application deployed on Rasberry Pi wireless camera trap base station",
"main": "app.js",
"scripts": {
"test-desktop": "aws-vault exec home -- nodemon src/app.js",
"start-daemon": "pm2 start ecosystem.config.js",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tnc-ca-geo/animl-base.git"
},
"author": "Nathaniel Rindlaub",
"license": "MIT",
"bugs": {
"url": "https://github.com/tnc-ca-geo/animl-base/issues"
},
"homepage": "https://github.com/tnc-ca-geo/animl-base#readme",
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.679.0",
"@aws-sdk/client-s3": "^3.679.0",
"backo": "^1.1.0",
"chokidar": "^3.3.1",
"dotenv": "^8.2.0",
"exiftool": "^0.0.3",
"lowdb": "^1.0.0",
"moment": "^2.29.4",
"tail": "^2.2.2"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5"
}
}