forked from iconoir-icons/iconoir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 845 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
31
32
33
34
35
36
37
38
39
{
"name": "iconoir",
"version": "4.6.0",
"description": "A Simple and Definitive Open-Source Icons Library",
"type": "module",
"files": [
"css",
"icons"
],
"scripts": {
"lint": "eslint ./bin/build.js",
"lint:fix": "npm run lint -- --fix",
"build": "node ./bin/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucaburgio/iconoir.git"
},
"keywords": [
"icons",
"library",
"svg",
"css"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lucaburgio/iconoir/issues"
},
"homepage": "https://iconoir.com",
"devDependencies": {
"@svgr/cli": "^5.5.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^5.1.1",
"listr2": "^3.12.2",
"prettier": "^2.4.1"
}
}