38 lines
916 B
JSON
38 lines
916 B
JSON
{
|
|
"name": "token-gallery-backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@sentry/browser": "^6.2.1",
|
|
"@sentry/node": "^5.24.2",
|
|
"@sentry/tracing": "^6.2.1",
|
|
"bignumber.js": "^9.0.1",
|
|
"ethereumjs-util": "5.1.5",
|
|
"express": "^4.17.1",
|
|
"feed": "^4.2.1",
|
|
"gm": "^1.23.1",
|
|
"ipfs-http-client": "^51.0.0",
|
|
"memory-streams": "^0.1.3",
|
|
"multer": "^1.4.2",
|
|
"node-fetch": "^2.6.0",
|
|
"pg": "^8.2.1",
|
|
"timed-cache": "^1.1.5",
|
|
"uuid-random": "^1.3.2",
|
|
"web3": "^1.3.4",
|
|
"web3-eth": "^1.3.4",
|
|
"web3-eth-contract": "^1.3.4",
|
|
"web3-utils": "^1.3.4"
|
|
},
|
|
"apidoc": {
|
|
"title": "token.gallery backend API",
|
|
"url" : "https://token.gallery",
|
|
"sampleUrl": "https://token.gallery"
|
|
}
|
|
}
|