{ "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": { "dev": "tsup --watch --sourcemap", "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" }