-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 864 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
{
"name": "aicons",
"version": "1.6.2",
"description": "A collection of customizable SVG icons built for use in LLM applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --plugin=@prettier/plugin-xml --write '**/*.svg'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhishekshankr/AIcons.git"
},
"keywords": [
"icons",
"svg",
"accessible",
"customizable"
],
"author": "Abhishek Shankar",
"license": "MIT",
"bugs": {
"url": "https://github.com/abhishekshankr/AIcons/issues"
},
"homepage": "https://github.com/abhishekshankr/AIcons#readme",
"devDependencies": {
"@prettier/plugin-xml": "^3.2.2",
"prettier": "^3.2.4"
}
}