hackerone-report-formatter
Version:
Formats HackerOne report into more readable form
49 lines (48 loc) • 1.35 kB
JSON
{
"name": "hackerone-report-formatter",
"version": "0.0.6",
"description": "Formats HackerOne report into more readable form",
"main": "dist/index.js",
"scripts": {
"release": "np",
"test": "./node_modules/.bin/jest src/*",
"test:watch": "npm run test -- --watch",
"build": "npm run prettier && npm run test && ./node_modules/.bin/babel src -d dist --ignore 'src/*.test.js'",
"prepublish": "npm run build",
"prettier": "./node_modules/.bin/prettier --config ./.prettierrc --write src"
},
"author": "Andrey Stepanov <code@andrey.co> (https://andrey.co/)",
"bugs": {
"url": "https://github.com/andreystepanov/hackerone-report-formatter/issues"
},
"homepage": "https://github.com/andreystepanov/hackerone-report-formatter",
"keywords": [
"hackerone",
"h1",
"api",
"nodejs",
"node",
"bugbounty",
"reports",
"bounty",
"json",
"formatter",
"format"
],
"dependencies": {
"lodash": "^4.17.15",
"moment": "^2.26.0",
"normalizr": "^3.6.0",
"ramda": "^0.27.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-export-default-from": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"jest": "^26.0.1",
"np": "^6.2.4",
"prettier": "^2.0.5"
}
}