mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-14 02:48:06 +08:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@fesjs/plugin-model",
|
|
"version": "4.0.0-beta.0",
|
|
"description": "@fesjs/plugin-model",
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/plugin-model"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"main": "dist/index.mjs",
|
|
"module": "dist/index.mjs",
|
|
"files": [
|
|
"dist",
|
|
"types.d.ts"
|
|
],
|
|
"scripts": {
|
|
"watch": "tsup --watch",
|
|
"build": "tsup"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^4.0.0-beta.0",
|
|
"@vueuse/core": "^13.0.0",
|
|
"vue": "^3.5.21"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/shared": "^4.0.0-beta.0",
|
|
"@fesjs/utils": "^4.0.0-beta.0"
|
|
},
|
|
"typings": "./types.d.ts"
|
|
}
|