forked from MyZubster-Ecosystem/myzubster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) 路 1.3 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) 路 1.3 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "myzubster-gateway",
"version": "1.0.0",
"description": "MyZubster Gateway - Monero Payment Gateway & Animal Registry",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "jest",
"build": "npm install"
},
"dependencies": {
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^6.10.0",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.3",
"monero-javascript": "^0.7.12",
"mongoose": "^7.8.11",
"nodemailer": "^6.9.5",
"socket.io": "^4.7.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/contracts": "^4.9.6",
"dotenv": "^17.4.2",
"eslint": "^8.49.0",
"hardhat": "^2.29.0",
"jest": "^29.6.4",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"supertest": "^6.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"monero",
"payment-gateway",
"animal-registry",
"plant-map",
"blockchain",
"privacy"
],
"author": "Daniel Ioni",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MyZubster-Ecosystem/MyZubsterGateway"
}
}