-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 904 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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": {
"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"
}
}