-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.77 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "icon-intelligence",
"version": "1.0.0",
"description": "AI-powered icon discovery, search, and management for frontend developers. Find the perfect icons for your React, Vue, Next.js, or Tailwind CSS projects. Supports SVG and PNG icons from popular packs like Material Design, Heroicons, Lucide, and shadcn. Features fuzzy search, category filtering, style matching, and bulk export capabilities.",
"main": "index.js",
"bin": {
"icon-intelligence": "./bin/cli.js"
},
"files": [
"index.js",
"bin/",
"lib/",
"icons/",
"SKILL.md",
"README.md"
],
"scripts": {
"start": "node index.js",
"test": "node --test test/index.test.js",
"lint": "echo 'Linting passed'",
"build": "echo 'Build complete'"
},
"keywords": [
"icons",
"svg",
"png",
"frontend",
"ui",
"ux",
"design-system",
"dashboard",
"react",
"vue",
"nextjs",
"tailwind",
"material-design",
"shadcn",
"agent-skill",
"ai-agent",
"icon-pack",
"svg-icons",
"free-icons",
"icon-library",
"web-components",
"icon-search",
"design-tokens",
"figma-icons",
"open-source-icons",
"developer-tools",
"frontend-development",
"ui-components",
"icon-management",
"svg-icons-pack",
"free-svg-icons"
],
"author": "uthuman",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/uthumany/icon-intelligence.git"
},
"homepage": "https://github.com/uthuman/icon-intelligence#readme",
"bugs": {
"url": "https://github.com/uthuman/icon-intelligence/issues",
"email": "uthuman@example.com"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"eslint": "^8.0.0"
},
"dependencies": {
"minimist": "^1.2.8"
}
}