-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.02 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
43
44
45
46
47
{
"name": "svg-icons-cli",
"version": "0.0.8",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"icons": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alexanderson1993/svg-icons-cli"
},
"readme": "https://github.com/alexanderson1993/svg-icons-cli",
"keywords": [
"icons",
"svg",
"react",
"cli"
],
"author": {
"name": "Alex Anderson"
},
"license": "ISC",
"dependencies": {
"@clack/prompts": "^0.7.0",
"clsx": "^2.0.0",
"glob": "^10.3.10",
"node-html-parser": "^6.1.11",
"svgo": "^3.0.4",
"tailwind-merge": "^2.0.0",
"tiny-parse-argv": "^2.2.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@svgr/cli": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/node": "^20.9.0",
"npm-run-all": "^4.1.5",
"npm-watch": "^0.11.0"
}
}