2021-01-05 10:26:19 +08:00

37 lines
782 B
JSON

{
"name": "@webank/fes-plugin-icon",
"version": "2.0.0-alpha.0",
"description": "@webank/fes-plugin-icon",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"module": "dist/index.esm.js",
"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.4"
},
"dependencies": {
"svgo": "1.3.2"
}
}