-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 649 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "euro-sovereignty-icons",
"version": "1.0.0",
"description": "Bibliothèque d'icônes dédiée à la souveraineté numérique européenne et au RGPD.",
"author": "Fabrice Willot",
"license": "CC by 4.0",
"repository": {
"type": "git",
"url": "https://github.com/fawibe/euro-sovereignty-icons.git"
},
"scripts": {
"optimize": "svgo -f icons -o icons",
"build:font": "fantasticon icons/ -o dist/ -n euro-icons -t woff2 woff ttf -a css json --prefix esi --selector .esi",
"build": "npm run optimize && npm run build:font"
},
"devDependencies": {
"fantasticon": "^3.0.0",
"svgo": "^3.0.0"
}
}