-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1.09 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
{
"name": "@sitation/magento2-hyva-icons-flags",
"version": "1.0.0",
"description": "the npm pkg is here just here to update the Flags icons for Hyvä",
"homepage": "https://siteation.dev",
"author": {
"name": "Siteation",
"email": "info@siteation.dev",
"url": "https://www.siteation.dev"
},
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Siteation/magento2-hyva-icons-flags.git"
},
"bugs": "https://github.com/Siteation/magento2-hyva-icons-flags/issues",
"scripts": {
"icons:del": "rm -rf ./view/frontend/web/svg/flags/*.svg",
"icons:get": "cp -r ./node_modules/flagpack-core/svg/m/*.svg ./view/frontend/web/svg/flags",
"icons:rename": "node ./bin/rename-icons",
"icons:optimize": "node ./bin/optimize-icons",
"build:icons": "npm run icons:del && npm run icons:get && npm run icons:rename && npm run icons:optimize",
"build:signature": "./bin/generate-icons-signatures",
"build": "npm run build:icons && npm run build:signature"
},
"devDependencies": {
"flagpack-core": "^2.0.0"
}
}