2025-09-10 14:39:59 +08:00

42 lines
991 B
JSON

{
"name": "@fesjs/plugin-model",
"version": "3.0.3",
"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": "^3.1.12",
"vue": "^3.5.21"
},
"dependencies": {
"@fesjs/shared": "workspace:*",
"@fesjs/utils": "workspace:*"
},
"typings": "./types.d.ts"
}