Files
redstone-node/package.json
2021-05-31 14:03:28 +02:00

57 lines
1.7 KiB
JSON

{
"name": "limestone-node",
"version": "0.4.0",
"description": "A data provider module that fetches price information and serves it to end users. ",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"start:prod": "node dist/index.js",
"start:prod:old": "ts-node index.ts",
"start:dev": "MODE=LOCAL ts-node index.ts",
"test": "NODE_ENV=test jest",
"test:watch": "NODE_ENV=test jest --watch",
"test:ci": "NODE_ENV=test jest --ci --reporters='default' --reporters='./tools/GithubActionsReporter'"
},
"license": "MIT",
"dependencies": {
"arql-ops": "^1.0.0",
"arweave": "^1.10.11",
"axios": "^0.21.1",
"coinbase": "^2.0.8",
"coingecko-api": "^1.0.10",
"consola": "^2.15.3",
"deep-sort-object": "^1.0.2",
"ecb-euro-exchange-rates": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"redstone-api": "^0.4.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"promise-timeout": "^1.3.0",
"uuid": "^8.3.2",
"yahoo-finance": "^0.3.7",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/coinbase": "^2.0.5",
"@types/consola": "^2.2.5",
"@types/exchange-rates-api": "^1.0.0",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@types/promise-timeout": "^1.3.0",
"@types/uuid": "^8.3.0",
"@types/yargs": "^16.0.0",
"ts-node": "10.0.0",
"ar-gql": "^0.0.6",
"dateformat": "^4.5.1",
"jest": "^26.6.3",
"jest-mock-extended": "^1.0.15",
"open": "^8.0.4",
"plotly": "^1.0.6",
"ts-jest": "^26.5.6",
"typed-binary-json": "^1.17.4",
"typescript": "^4.2.4"
}
}