You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
528 B
24 lines
528 B
{
|
|
"name": "api-isakafo",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "C4M-ONG-ADM",
|
|
"license": "ISC",
|
|
"description": "backend API for Isakafo",
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.2",
|
|
"dotenv": "^17.0.0",
|
|
"express": "^5.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mysql2": "^3.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|
|
|