-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 816 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 816 Bytes
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
{
"name": "piconss",
"version": "1.0.2",
"license": "MIT",
"description": " collection of customizable SVG icons for modern web applications.",
"homepage": "https://github.com/CemWebDev/piconss",
"repository": {
"type": "git",
"url": "https://github.com/CemWebDev/piconss.git"
},
"bugs": {
"url": "https://github.com/CemWebDev/piconss/issues"
},
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node index.js"
},
"keywords": [
"icons",
"svg",
"web-icons",
"ui-icons",
"icon-library",
"piconss",
"piconss-icons",
"dark mode icons",
"light mode icons"
],
"author": "CemWebDev",
"type": "commonjs",
"devDependencies": {
"axios": "^1.7.7",
"express": "^4.21.1",
"jest": "^29.7.0",
"svgo": "^3.3.2"
}
}