Files
Igor Lins e Silva 80bd4adc8c 3.3.4-rc7
- include config disable_rate_limit
- minor package upgrades
- date parser fix
2021-09-06 10:23:58 -03:00

78 lines
2.1 KiB
JSON

{
"name": "hyperion-history",
"version": "3.3.4-rc7",
"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",
"tsc": "tsc",
"build": "tsc",
"postinstall": "npm run build && npm run fix-permissions",
"fix-permissions": "node scripts/fix-permissions.js",
"plugin-manager": "node plugins/hyperion-plugin-manager.js"
},
"engines": {
"node": "^16"
},
"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.14.1",
"@eosrio/node-abieos": "^2.1.1",
"@pm2/io": "^5.0.0",
"amqplib": "^0.8.0",
"async": "^3.2.1",
"base-x": "^3.0.8",
"cross-fetch": "^3.1.4",
"eosjs": "^22.1.0",
"fast-json-stringify": "^2.7.9",
"fastify": "^3.20.2",
"fastify-autoload": "^3.8.1",
"fastify-compress": "^3.6.0",
"fastify-cors": "^6.0.2",
"fastify-elasticsearch": "^2.0.0",
"fastify-formbody": "^5.1.0",
"fastify-plugin": "^3.0.0",
"fastify-rate-limit": "^5.6.2",
"fastify-redis": "^4.3.1",
"fastify-static": "^4.2.3",
"fastify-swagger": "^4.9.1",
"flatstr": "^1.0.12",
"got": "11.8.2",
"ioredis": "^4.27.9",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nodemailer": "^6.6.3",
"portfinder": "^1.0.28",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0",
"socket.io-redis": "^6.1.1",
"telegraf": "^4.4.1",
"typescript": "^4.3.5",
"ws": "^8.2.1",
"yargs": "^17.1.1"
},
"devDependencies": {
"@types/amqplib": "^0.8.2",
"@types/async": "^3.2.7",
"@types/ioredis": "^4.27.2",
"@types/lodash": "^4.14.172",
"@types/node": "^16.7.10",
"@types/nodemailer": "^6.4.4",
"@types/ws": "^7.4.7"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.5"
}
}