2020-12-25 20:41:48 +08:00

23 lines
396 B
JSON

{
"name": "@webank/fes-plugin-icon",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"module": "dist/index.esm.js",
"keywords": [],
"author": "",
"license": "MIT",
"peerDependencies": {
"vue": "^3.0.4"
},
"dependencies": {
"svgo": "1.3.2"
}
}