30 lines
717 B
JSON
30 lines
717 B
JSON
{
|
|
"name": "@pedroslopez/moduleraid",
|
|
"version": "5.0.2",
|
|
"description": "Get modules from webpack v5",
|
|
"main": "moduleraid.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"types": "./moduleraid.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pixeldesu/moduleRaid.git"
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"module",
|
|
"research",
|
|
"extraction"
|
|
],
|
|
"files": [
|
|
"moduleraid.js"
|
|
],
|
|
"author": "Andreas Nedbal <andy@pixelde.su>, Pedro Lopez <pedroslopez@me.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pixeldesu/moduleRaid/issues"
|
|
},
|
|
"homepage": "https://github.com/@pedroslopez/moduleRaid#readme"
|
|
}
|