-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 864 Bytes
/
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
{
"name": "@sitation/magento2-hyva-icons-bootstrap",
"version": "1.0.0",
"description": "the npm pkg is here just here to update the Bootstrap 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-bootstrap.git"
},
"bugs": "https://github.com/Siteation/magento2-hyva-icons-bootstrap/issues",
"scripts": {
"build:icons": "cp -r ./node_modules/bootstrap-icons/icons/* ./view/frontend/web/svg/bootstrap",
"build:signature": "./bin/generate-icons-signatures",
"build": "npm run build:icons && npm run build:signature"
},
"dependencies": {
"bootstrap-icons": "^1.11.3"
}
}