jsmapfinder
Version:
Javascript sourcemaps enumeration tool
33 lines (32 loc) • 696 B
JSON
{
"name": "jsmapfinder",
"version": "1.0.3",
"description": "Javascript sourcemaps enumeration tool",
"main": "src/index.js",
"bin": "src/index.js",
"scripts": {
"start": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcotuliocnd/jsmapfinder.git"
},
"keywords": [
"bugbounty",
"bug",
"bounty",
"enumeration",
"tool",
"javascript"
],
"author": "Marco",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcotuliocnd/jsmapfinder/issues"
},
"homepage": "https://github.com/marcotuliocnd/jsmapfinder#readme",
"dependencies": {
"cheerio": "^1.0.0",
"commander": "^12.1.0"
}
}