-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 867 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
{
"name": "sonargit",
"version": "0.0.14",
"description": "Automated bot scraper to streamline data extraction from GitHub and SonarQube",
"scripts": {
"build": "npx tsc --outDir dist"
},
"bin": {
"sonargit": "./dist/index.js"
},
"files": [
"dist"
],
"author": "Lucky Kusuma",
"repository": {
"type": "git",
"url": "https://github.com/luckyaxl/sonargit.git"
},
"homepage": "https://github.com/luckyaxl/sonargit#readme",
"bugs": {
"url": "https://github.com/luckyaxl/sonargit/issues"
},
"license": "MIT",
"dependencies": {
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"figlet": "^1.7.0",
"moment": "^2.29.4",
"puppeteer": "^21.5.2"
},
"devDependencies": {
"@types/figlet": "^1.5.8",
"@types/node": "^20.10.1",
"@types/node-fetch": "^2.6.9",
"typescript": "^5.3.2"
}
}