retropilot-server/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2021-05-15 20:34:03 -06:00
{
"name": "retropilot-server",
"version": "1.0.0",
"description": "replacement for comma.ai backend and useradmin dashboard. can be combined with a modified cabana instance.",
"main": "server.js",
"scripts": {
2021-05-22 10:33:28 -06:00
"test": "mocha",
2021-05-15 20:34:03 -06:00
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@commaai/log_reader": "^0.8.0",
"@sendgrid/client": "^7.4.3",
2021-05-22 10:33:28 -06:00
"chai": "^4.3.4",
"chai-http": "^4.3.0",
2021-05-15 20:34:03 -06:00
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"directory-tree": "^2.2.9",
"esm": "^3.2.25",
2021-05-15 20:34:03 -06:00
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"fast-folder-size": "^1.3.0",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.0.0",
"file-chunked": "^1.0.4",
"htmlspecialchars": "^1.0.5",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.3.0",
2021-05-22 10:33:28 -06:00
"mocha": "^8.4.0",
2021-05-15 20:34:03 -06:00
"multer": "^1.4.2",
"nodemailer": "^6.6.0",
2021-05-15 20:34:03 -06:00
"proper-lockfile": "^4.1.2",
"sequelize": "^6.6.5",
"sqlite": "^4.0.22",
2021-05-22 10:33:28 -06:00
"sqlite3": "^5.0.2",
"supertest": "^6.1.3"
2021-05-15 20:34:03 -06:00
}
}