{ "name": "@fesjs/preset-built-in", "version": "4.0.0-beta.0", "description": "@fesjs/preset-built-in", "author": "qlin", "license": "MIT", "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "repository": { "type": "git", "url": "git+https://github.com/WeBankFinTech/fes.js.git", "directory": "packages/preset-built-in" }, "bugs": { "url": "https://github.com/WeBankFinTech/fes.js/issues" }, "keywords": [ "fes" ], "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "types.d.ts" ], "scripts": { "watch": "tsup --watch", "build": "tsup" }, "publishConfig": { "access": "public" }, "peerDependencies": { "vue": "^3.5.21" }, "dependencies": { "@fesjs/compiler": "^4.0.0-beta.0", "@fesjs/runtime": "^4.0.0-beta.0", "@fesjs/shared": "^4.0.0-beta.0", "@fesjs/utils": "^4.0.0-beta.0", "@vue/compiler-sfc": "^3.3.4", "@wll8/better-mock": "0.3.3-alpha", "envinfo": "^7.7.3", "express": "^4.17.3" }, "typings": "./types.d.ts" }