@drewigg/agadoo
Version:
Check whether a package is tree-shakeable
44 lines (43 loc) • 900 B
JSON
{
"name": "@drewigg/agadoo",
"version": "3.0.0-drewigg.2",
"description": "Check whether a package is tree-shakeable",
"main": "index.js",
"scripts": {
"test": "node test"
},
"bin": {
"agadoo": "agadoo"
},
"files": [
"agadoo",
"CHANGELOG.md",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/andrewiggins/agadoo.git"
},
"keywords": [
"modules",
"bundlers",
"rollup",
"webpack",
"parcel",
"tree-shaking"
],
"author": "Rich Harris",
"license": "LIL",
"bugs": {
"url": "https://github.com/andrewiggins/agadoo/issues"
},
"homepage": "https://github.com/andrewiggins/agadoo#readme",
"dependencies": {
"@rollup/plugin-virtual": "^2.0.3",
"acorn": "^8.1.0",
"rollup": "^2"
},
"devDependencies": {
"kleur": "^4.1.4"
}
}