-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 KB
/
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
38
{
"name": "tezos-client",
"version": "1.0.0",
"description": "Tezos Client API for GAIA X Project",
"type": "module",
"main": "index.js",
"scripts": {
"serve": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@taquito/taquito": "^20.1.0",
"@taquito/tzip12": "^20.1.0",
"@taquito/tzip16": "^20.1.0",
"@taquito/utils": "^20.1.0",
"axios": "^1.7.7",
"compose": "^0.1.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"ipfs-http-client": "^60.0.1",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"ws": "^8.18.0"
},
"devDependencies": {
"@taqueria/plugin-metadata": "^0.64.0",
"@taqueria/plugin-smartpy": "^0.64.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GAIA-X4PLC-AAD/blockchain-listener.git"
},
"keywords": [],
"homepage": "https://github.com/GAIA-X4PLC-AAD/blockchain-listener/blob/main/README.md"
}