tachybase_todo/packages/plugins/@tachybase/plugin-formula-field/package.json
bai.zixv b8659d3261 chore(version): release v0.21.40 (#1084)
Reviewed-on: daoyoucloud/tachybase#1084
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-30 21:05:59 +08:00

28 lines
1.0 KiB
JSON

{
"name": "@tachybase/plugin-formula-field",
"displayName": "Collection field: Formula",
"version": "0.21.40",
"description": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
"keywords": [
"Collection fields"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"react": "^18.2.0",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/evaluators": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
"displayName.zh-CN": "数据表字段:公式"
}