@angular-experts/hawkeye
Version:
CLI to launch Hawkeye, a bundle analyzer / visualizer
41 lines (40 loc) • 946 B
JSON
{
"name": "@angular-experts/hawkeye",
"version": "1.7.2",
"description": "CLI to launch Hawkeye, a bundle analyzer / visualizer",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/angular-experts-io/hawkeye.git"
},
"keywords": [
"CLI",
"Bundle",
"JS",
"Esbuild"
],
"author": "Nivek",
"license": "ISC",
"bugs": {
"url": "https://github.com/angular-experts-io/hawkeye/issues"
},
"homepage": "https://github.com/angular-experts-io/hawkeye#readme",
"dependencies": {
"@angular-experts/hawkeye": "^1.0.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"http-server": "^14.1.1",
"inquirer": "^12.1.0",
"open": "^10.1.0"
},
"devDependencies": {
"all-contributors-cli": "^6.26.1"
}
}