fes.js/packages/shared/package.json
2025-09-10 14:39:59 +08:00

36 lines
824 B
JSON

{
"name": "@fesjs/shared",
"version": "3.0.3",
"description": "@fesjs/shared",
"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/shared"
},
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"keywords": [
"fes"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"scripts": {
"watch": "tsup --watch",
"build": "tsup"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fesjs/utils": "workspace:*"
}
}