-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
48
49
50
51
{
"name": "octicons-css",
"version": "19.14.0",
"type": "module",
"description": "GitHub Octicons now in CSS",
"style": "octicons.min.css",
"scripts": {
"clean": "rimraf fonts octicons.css octicons.min.css",
"lint": "eslint .",
"format": "eslint --fix .",
"prebuild": "npm run clean",
"build": "node octicons-css"
},
"files": [
"fonts",
"octicons.css",
"octicons.min.css"
],
"keywords": [
"GitHub",
"icons",
"css",
"octicons"
],
"author": {
"name": "Ozren Dabić",
"email": "dabic.ozren@gmail.com",
"url": "https://dabico.github.io/"
},
"license": "MIT",
"homepage": "https://github.com/dabico/octicons-css#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/dabico/octicons-css.git"
},
"bugs": {
"url": "https://github.com/dabico/octicons-css/issues"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@primer/octicons": "^19.14.0",
"clean-css": "^5.3.3",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"fantasticon": "^3.0.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1"
}
}