mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-05 05:08:09 +08:00
39 lines
836 B
JSON
39 lines
836 B
JSON
{
|
|
"name": "@fesjs/plugin-model",
|
|
"version": "3.0.0-rc.1",
|
|
"description": "@fesjs/plugin-model",
|
|
"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-model"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/utils": "3.0.0-rc.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "3.0.0-rc.1",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"typings": "./types.d.ts"
|
|
}
|