tachybase_todo/packages/plugins/@tachybase/plugin-formula-field/package.json
bai.zixv f6dd7fbccb revert/0711 (#1305)
Reviewed-on: daoyoucloud/tachybase#1305
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-07-11 15:01:38 +08:00

28 lines
1.0 KiB
JSON

{
"name": "@tachybase/plugin-formula-field",
"displayName": "Collection field: Formula",
"version": "0.21.70",
"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.3.1",
"react-i18next": "^14.1.2"
},
"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": "数据表字段:公式"
}