Snyk has created this PR to upgrade frisbee from 3.1.3 to 3.1.4. See this package in npm: https://www.npmjs.com/package/frisbee See this project in Snyk: https://app.snyk.io/org/bluewallet/project/29c066bc-abce-44d9-b68e-064466e610e7?utm_source=github&utm_medium=upgrade-pr
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "LndHub",
|
|
"version": "1.2.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "nodemon node_modules/.bin/babel-node index.js",
|
|
"start": "node_modules/.bin/babel-node index.js",
|
|
"lint": "./node_modules/.bin/eslint ./ controllers/ class/ --fix"
|
|
},
|
|
"author": "Igor Korsakov <overtorment@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel": "^6.23.0",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-register": "^6.26.0",
|
|
"bignumber.js": "^9.0.0",
|
|
"bolt11": "^1.2.6",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"express": "^4.16.4",
|
|
"express-rate-limit": "^5.1.3",
|
|
"frisbee": "^3.1.4",
|
|
"grpc": "^1.24.3",
|
|
"ioredis": "^4.17.3",
|
|
"jayson": "^3.3.3",
|
|
"morgan": "^1.9.1",
|
|
"mustache": "^4.0.1",
|
|
"node-uuid": "^1.4.8",
|
|
"prettier": "^2.0.5",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.2",
|
|
"winston": "^3.3.3"
|
|
}
|
|
}
|