@varlet/icons
Version:
Icons of varlet
32 lines • 634 B
JSON
{
"name": "@varlet/icons",
"version": "3.14.1",
"description": "Icons of varlet",
"keywords": [
"icons",
"svg",
"varlet"
],
"bugs": {
"url": "https://github.com/varletjs/varlet/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/varletjs/varlet.git"
},
"license": "MIT",
"author": "haoziqaq <357229046@qq.com>",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"devDependencies": {
"@varlet/cli": "3.14.1"
},
"scripts": {
"build": "varlet-cli build:icons",
"dev": "varlet-cli build:icons -w"
}
}