38 lines
976 B
JSON
38 lines
976 B
JSON
{
|
|
"name": "autobounty",
|
|
"version": "1.0.0",
|
|
"description": "Automatically award bounty specified to the address in issue tracker",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"debug": "node --inspect-brk index.js",
|
|
"test": "./node_modules/mocha/bin/mocha"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@octokit/rest": "^15.2.5",
|
|
"axios": "^0.18.0",
|
|
"body-parser": "^1.17.2",
|
|
"cors": "^2.8.1",
|
|
"ethers": "^3.0",
|
|
"ethjs-provider-signer": "^0.1",
|
|
"ethjs-query": "^0.2",
|
|
"ethjs-signer": "^0.1",
|
|
"express": "^4.15.2",
|
|
"helmet": "^3.9.0",
|
|
"lodash": "^4.17.4",
|
|
"winston": "^3.0.0-rc3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"eslint": "^4.19.0",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-promise": "^3.7.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"mocha": "^5.0.4"
|
|
}
|
|
}
|