snatcher-cli
Version:
A CLI tool to automatically locate and recover code and assets from production sourcemaps
28 lines (27 loc) • 592 B
JSON
{
"name": "snatcher-cli",
"version": "1.0.2",
"description": "A CLI tool to automatically locate and recover code and assets from production sourcemaps",
"main": "snatcher.js",
"bin": {
"snatcher-cli": "snatcher.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afroximity/snatcher-cli.git"
},
"keywords": [
"sourcemaps",
"code-recovery",
"assets",
"webpack",
"react"
],
"author": "afroximity",
"license": "MIT",
"dependencies": {
"axios": "^1.7.9",
"commander": "^13.1.0",
"source-map": "^0.7.4"
}
}