@wonderflow/symbols
Version:
Wanda's symbols
62 lines (61 loc) • 1.38 kB
JSON
{
"name": "@wonderflow/symbols",
"description": "Wanda's symbols",
"version": "14.5.0",
"author": "Wonderflow",
"license": "Apache-2.0",
"main": "dist/index",
"exports": {
"./sprite.svg": "./dist/sprite.svg",
"./structure": "./dist/structure.json"
},
"typesVersions": {
"*": {
"sprite": [
"dist/sprite.d.ts"
],
"structure": [
"dist/structure.json"
]
}
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.x",
"npm": ">=8.x"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "run-s build:optimize build:sprite build:clean",
"build:optimize": "svgo ./svgs/**/* --config=svgo.config.js --quiet",
"build:sprite": "ts-node ./sprites",
"build:clean": "rimraf dist/svgs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wonderflow-bv/wanda.git"
},
"keywords": [
"design-system",
"wonderflow",
"components",
"react",
"icons",
"symbols"
],
"devDependencies": {
"directory-tree": "3.5.1",
"fs-extra": "10.1.0",
"nanospinner": "1.1.0",
"picocolors": "1.0.0",
"svgo": "2.8.0",
"svgstore": "3.0.1",
"tsconfig": "10.0.2"
},
"bugs": {
"url": "https://github.com/wonderflow-bv/wanda/issues"
},
"homepage": "https://github.com/wonderflow-bv/wanda#readme"
}