-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
29 lines (29 loc) · 981 Bytes
/
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
{
"name": "backend",
"version": "1.0.0",
"description": "**SafeTrust** is a decentralized platform designed to revolutionize P2P transactions, providing secure deposits and payments powered by blockchain and trustless technologies. 🌐✨ Experience transparency and reliability in every cryptocurrency transaction. 💸🔒",
"main": "index.js",
"scripts": {
"test": "java -jar /app/tests/karate.jar /app/tests/karate/features"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Josue19-08/Backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Josue19-08/Backend/issues"
},
"homepage": "https://github.com/Josue19-08/Backend#readme",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"graphql-request": "^7.1.2",
"nodemailer": "^6.9.16",
"winston": "^3.17.0",
"cucumber-html-reporter": "^5.5.0"
}
}