fes.js/packages/fes-plugin-icon/package.json

36 lines
731 B
JSON
Raw Normal View History

2020-12-25 20:41:48 +08:00
{
2021-03-05 17:03:04 +08:00
"name": "@fesjs/plugin-icon",
2021-06-23 15:43:40 +08:00
"version": "2.0.0",
2021-03-05 17:03:04 +08:00
"description": "@fesjs/plugin-icon",
2020-12-25 20:41:48 +08:00
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2021-01-04 20:32:44 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-icon"
},
"keywords": [
"fes"
],
"author": "qlin",
2020-12-25 20:41:48 +08:00
"license": "MIT",
2021-01-04 20:32:44 +08:00
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
2020-12-25 20:41:48 +08:00
"peerDependencies": {
2021-03-05 17:03:04 +08:00
"vue": "^3.0.5"
2020-12-25 20:41:48 +08:00
},
"dependencies": {
"svgo": "1.3.2"
}
}