fes.js/packages/shared/package.json
2025-09-16 11:25:46 +08:00

36 lines
833 B
JSON

{
"name": "@fesjs/shared",
"version": "4.0.0-beta.0",
"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": "^4.0.0-beta.0"
}
}