-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "right-track-server",
"version": "1.16.0",
"description": "Right Track Server",
"author": "David Waring <[email protected]> (https://davidwaring.net)",
"license": "MIT",
"main": "src/server.js",
"scripts": {
"start": "node src/cli.js",
"docs": "node node_modules/apidoc/bin/apidoc -i src/ -o doc/"
},
"bin": "src/cli.js",
"dependencies": {
"@dwaring87/config": "^1.3.1",
"adm-zip": "^0.4.13",
"bcrypt": "^5.0.0",
"dot": "^1.1.2",
"email-validator": "^1.1.1",
"minimist": "^1.2.0",
"morgan": "^1.10.0",
"mysql": "^2.14.1",
"nodemailer": "^6.1.1",
"password-validator": "^4.0.0",
"restify": "^6.3.4",
"restify-errors": "^5.0.0",
"right-track-core": "right-track/right-track-core",
"right-track-db-sqlite3": "right-track/right-track-db-sqlite3",
"uuid": "^3.1.0"
},
"optionalDependencies": {
"googleapis": "^46.0.0",
"tmp": "^0.1.0"
},
"devDependencies": {
"apidoc": "^0.17.6"
},
"homepage": "https://righttrack.io",
"repository": {
"type": "git",
"url": "https://github.com/right-track/right-track-server.git"
},
"bugs": {
"url": "https://github.com/right-track/right-track-server/issues",
"email": "[email protected]"
}
}