-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 886 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
30
31
32
33
34
35
36
37
{
"name": "pay-server",
"version": "1.0.0",
"description": "an api to check user pay details and issue nfts to prove claims",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aditipolkam/pay-server.git"
},
"keywords": [
"nfts",
"pay-gap",
"equality",
"ocr",
"erc721"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aditipolkam/pay-server/issues"
},
"homepage": "https://github.com/aditipolkam/pay-server#readme",
"dependencies": {
"@lighthouse-web3/sdk": "^0.2.3",
"dotenv": "^16.0.3",
"ethers": "^6.4.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"tesseract.js": "^4.0.6",
"uuid": "^9.0.0"
}
}