mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
31 lines
651 B
JSON
31 lines
651 B
JSON
{
|
|
"name": "blink_api",
|
|
"version": "1.0.0",
|
|
"description": "APIs for the Blink service",
|
|
"main": "./src/app.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "xfarrow",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"express-rate-limit": "^7.5.0",
|
|
"express-validator": "^7.2.1",
|
|
"helmet": "^8.1.0",
|
|
"jest": "^29.7.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"knex": "^3.1.0",
|
|
"nodemailer": "^6.10.0",
|
|
"path": "^0.12.7",
|
|
"pg": "^8.14.1",
|
|
"supertest": "^7.1.0"
|
|
}
|
|
}
|