-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "payment-api",
"version": "1.0.0",
"description": "GraphQL Payment API with Binance Smart Chain (BSC) and Solana support",
"main": "apollo.js",
"scripts": {
"start": "node apollo.js",
"dev": "nodemon apollo.js"
},
"dependencies": {
"@apollo/client": "^3.12.3",
"@apollo/server": "^4.11.2",
"@apollo/subgraph": "^2.9.3",
"@solana/web3.js": "^1.77.0",
"algosdk": "^3.0.0",
"apollo-server": "^3.11.1",
"axios": "^1.3.0",
"brcypt": "^1.0.1",
"cookie-parser": "^1.4.7",
"crypto": "^1.0.1",
"ethers": "^6.13.4",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"graphql": "^16.10.0",
"graphql-tag": "^2.12.6",
"jsonwebtoken": "^9.0.2",
"near-api-js": "^5.0.1",
"path": "^0.12.7",
"tonweb": "^0.0.50",
"uuid": "^9.0.0",
"web3": "^1.9.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Njay2trappy/recli.git"
},
"author": "Jeremiah Much",
"license": "MIT"
}