Files
Igor Lins e Silva 1ecbc50f67 node-abieos update
2020-03-19 07:59:26 -03:00

72 lines
1.9 KiB
JSON

{
"name": "hyperion-history",
"version": "3.0.0",
"description": "Scalable Full History API Solution for EOSIO based blockchains",
"main": "launcher.js",
"scripts": {
"logs": "pm2 logs Indexer",
"start:api": "pm2 start --only API --update-env",
"start:indexer": "pm2 start --only Indexer --update-env",
"fix-permissions": "chmod u+x run.sh stop.sh",
"tsc": "tsc",
"postinstall": "npm run tsc"
},
"author": {
"name": "EOS Rio",
"url": "https://eosrio.io"
},
"repository": {
"type": "git",
"url": "https://github.com/eosrio/Hyperion-History-API.git"
},
"license": "MIT",
"dependencies": {
"@elastic/elasticsearch": "7.6.1",
"@eosrio/node-abieos": "1.0.6-1",
"@pm2/io": "4.3.3",
"amqplib": "0.5.5",
"async": "3.2.0",
"async-redis": "1.1.7",
"eosjs": "21.0.1-rc2",
"eosjs-ecc": "4.0.7",
"fast-json-parse": "1.0.3",
"fastify": "2.12.1",
"fastify-autoload": "1.2.2",
"fastify-cors": "3.0.2",
"fastify-elasticsearch": "1.1.0",
"fastify-formbody": "3.1.0",
"fastify-oas": "2.5.2",
"fastify-plugin": "1.6.1",
"fastify-rate-limit": "3.0.1",
"fastify-redis": "3.1.1",
"fastify-static": "2.6.0",
"fastify-websocket": "1.1.1",
"got": "10.6.0",
"ioredis": "4.16.0",
"lodash": "4.17.15",
"moment": "2.24.0",
"cross-fetch": "3.0.4",
"redis": "3.0.2",
"simdjson": "0.2.1",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0",
"socket.io-redis": "5.2.0",
"ws": "7.2.3"
},
"devDependencies": {
"@types/ioredis": "4.14.9",
"@types/lodash": "4.14.149",
"@types/amqplib": "0.5.13",
"@types/async": "3.0.8",
"@types/got": "9.6.9",
"@types/node": "13.9.1",
"@types/node-fetch": "2.5.5",
"@types/socket.io": "2.1.4",
"@types/socket.io-client": "^1.4.32",
"@types/ws": "7.2.2",
"ts-node": "8.6.2",
"eslint": "^6.8.0",
"typescript": "3.8.3"
}
}