forked from simple-icons/simple-icons-font
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
52
53
54
55
56
57
{
"name": "simple-icons-font",
"version": "13.10.0",
"description": "Icon font generated from https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
"svg",
"icons",
"font",
"typeface"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/simple-icons/simple-icons-font.git"
},
"bugs": {
"url": "https://github.com/simple-icons/simple-icons-font/issues"
},
"author": "Simple Icons Collaborators",
"license": "CC0-1.0",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/simple-icons"
},
"type": "module",
"scripts": {
"build": "node scripts/build.js",
"build:testpage": "npm run build && node scripts/build-testpage.js",
"clean": "rimraf font/ preview/testpage.html DISCLAIMER.md screenshot.png",
"format": "prettier --write .",
"lint": "prettier --check .",
"prepublishOnly": "npm run build && cp node_modules/simple-icons/DISCLAIMER.md ./",
"prepare": "is-ci || husky",
"postpublish": "npm run clean",
"test": "npm run build:testpage && anywhere -h localhost -d . -f /preview/testpage.html"
},
"devDependencies": {
"@prettier/plugin-pug": "3.0.0",
"anywhere": "1.6.0",
"clean-css": "5.3.3",
"husky": "9.0.11",
"is-ci": "3.0.1",
"prettier": "3.2.5",
"pug": "3.0.2",
"punycode": "2.3.1",
"puppeteer": "22.8.1",
"rimraf": "5.0.7",
"semver": "7.6.2",
"simple-icons": "13.10.0",
"svg2ttf": "6.0.3",
"svgpath": "2.6.0",
"ttf2eot": "3.1.0",
"ttf2woff": "3.0.0",
"ttf2woff2": "5.0.0",
"woff2otf": "1.0.0"
}
}