27 lines
542 B
JSON
27 lines
542 B
JSON
{
|
|
"name": "brief-04-back",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"dev": "nodemon --enable-source-maps",
|
|
"schema": "arkit -f app.js"
|
|
},
|
|
"author": "Mathis HERRIOT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@node-rs/argon2": "^1.8.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"jose": "^5.2.3",
|
|
"mongodb": "^6.5.0",
|
|
"tslog": "^4.9.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.6.4",
|
|
"arkit": "^1.6.4",
|
|
"nodemon": "^3.1.0"
|
|
}
|
|
}
|