{ "name": "@fesjs/plugin-icon", "version": "2.0.6", "description": "@fesjs/plugin-icon", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/WeBankFinTech/fes.js.git", "directory": "packages/fes-plugin-icon" }, "keywords": [ "fes" ], "author": "qlin", "license": "MIT", "bugs": { "url": "https://github.com/WeBankFinTech/fes.js/issues" }, "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "publishConfig": { "access": "public" }, "peerDependencies": { "vue": "^3.0.5" }, "dependencies": { "svgo": "^2.3.1" } }