fes.js/packages/fes-plugin-enums/package.json
2022-11-10 19:48:33 +08:00

36 lines
778 B
JSON

{
"name": "@fesjs/plugin-enums",
"version": "3.0.0-rc.1",
"description": "@fesjs/plugin-enums",
"main": "lib/index.js",
"files": [
"lib",
"types.d.ts"
],
"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-enums"
},
"keywords": [
"fes"
],
"author": "aringlai",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "3.0.0-rc.1",
"vue": "^3.2.37"
},
"typings": "./types.d.ts"
}