-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.24 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.24 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
{
"name": "octicons-css",
"version": "19.23.1",
"type": "module",
"description": "GitHub Octicons now in CSS",
"style": "octicons.min.css",
"scripts": {
"clean": "rimraf fonts octicons.css octicons.html 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": "^10.0.1",
"@primer/octicons": "^19.25.0",
"@twbs/fantasticon": "^3.1.0",
"clean-css": "^5.3.3",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.5.0",
"html-minifier-terser": "^7.2.0",
"prettier": "^3.8.3",
"rimraf": "^6.1.3"
}
}