mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-13 18:22:13 +08:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@fesjs/preset-built-in",
|
|
"version": "3.1.14",
|
|
"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": {
|
|
"dev": "tsup --watch --sourcemap",
|
|
"build": "tsup"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.5.21"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/compiler": "workspace:*",
|
|
"@fesjs/runtime": "workspace:*",
|
|
"@fesjs/shared": "workspace:*",
|
|
"@fesjs/utils": "workspace:*",
|
|
"@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"
|
|
}
|