@adyen/ui-assets-icons-16
Version:
46 lines (45 loc) • 1.5 kB
JSON
{
"name": "@adyen/ui-assets-icons-16",
"version": "4.3.1",
"repository": {
"type": "git",
"url": "git@github.com:Adyen/adyen-ui-assets.git"
},
"main": "dist/index.js",
"sideEffects": [
"**/*.css"
],
"files": [
"dist/"
],
"exports": {
".": "./dist/index.js",
"./css/*": "./dist/css/*",
"./svg/*": "./dist/svg/*",
"./vue/*": "./dist/vue/*.vue"
},
"scripts": {
"sync": "../cli/bin/index.js sync-version-record",
"fetch": "npm run fetch:clean && npm run fetch:figma && npm run fetch:optimize",
"fetch:clean": "rm -rf svg",
"fetch:figma": "../cli/bin/index.js fetch-component-svgs ./svg/fetched",
"fetch:optimize": "svgo --config ../../svgo.conf.js -r -f ./svg/fetched -o ./svg/optimized",
"build": "npm run build:clean && npm run build:components && npm run build:bundle",
"build:clean": "rm -rf dist build",
"build:components": "../cli/bin/index.js componentize-svgs ./svg/optimized ./build --dynamic-color",
"build:bundle": "vite build --config ../../config/icon-package/vite.config.ts",
"test": "SCOPE=packages/icons-16 ../../test/icon-optimization.sh"
},
"devDependencies": {
"@adyen/ui-assets-cli": "*"
},
"peerDependencies": {
"vue": "~2.7 || ~3"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
}
},
"license": "MIT"
}