-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.03 KB
/
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
40
41
42
{
"name": "realfavicon",
"version": "0.0.1",
"description": "Generate of check favicon with RealFaviconGenerator from the CLI",
"main": "dist/index.js",
"bin": "./dist/index.js",
"type": "commonjs",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealFaviconGenerator/realfavicon-cli.git"
},
"keywords": [
"favicon",
"RealFaviconGenerator",
"CLI",
"check",
"generate"
],
"author": "Philippe Bernard",
"license": "ISC",
"bugs": {
"url": "https://github.com/RealFaviconGenerator/realfavicon-cli/issues"
},
"homepage": "https://github.com/RealFaviconGenerator/realfavicon-cli#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"dependencies": {
"@realfavicongenerator/check-favicon": "^0.0.2",
"@types/node": "^20.12.2",
"commander": "^12.0.0",
"node-html-parser": "^6.1.13"
}
}