-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.2 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
{
"name": "graphis",
"version": "0.3.4",
"description": "a stylish and convenient icon font",
"main": "index.js",
"files": [
"font",
"helpers",
"regular"
],
"scripts": {
"build:svg": "node ./scripts/build-svg.mjs",
"build:ttf": "node ./scripts/build-ttf.mjs",
"build:woff2": "node ./scripts/build-woff2.mjs",
"build:css": "node ./scripts/build-css.mjs",
"build:zip": "node ./scripts/build-zip.mjs",
"build": "node ./scripts/build.mjs",
"prep": "node ./scripts/prepare.mjs",
"test": "node ./scripts/validate.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loreanvictor/graphis.git"
},
"keywords": [
"icon-font",
"icons"
],
"author": "Eugene Ghanizadeh Khoub <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/loreanvictor/graphis/issues"
},
"homepage": "https://github.com/loreanvictor/graphis#readme",
"devDependencies": {
"archiver": "^5.3.0",
"chalk": "^5.0.1",
"fast-xml-parser": "^4.0.7",
"param-case": "^3.0.4",
"semver": "^7.3.6",
"svg2ttf": "^6.0.3",
"svgicons2svgfont": "^10.0.6",
"ttf2woff2": "^4.0.4",
"yaml": "^2.0.0"
}
}