tachybase_todo/packages/plugins/@tachybase/plugin-formula-field/package.json
sealday e679b0b32e chore(version): release v0.22.7 (#1605)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1605
2024-10-15 23:36:48 +08:00

28 lines
1.0 KiB
JSON

{
"name": "@tachybase/plugin-formula-field",
"displayName": "Collection field: Formula",
"version": "0.22.7",
"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": "数据表字段:公式"
}