{
"name": "@nocobase/plugin-formula-field",
"displayName": "Collection field: Formula",
"version": "0.21.2-alpha.9",
"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"
],
"homepage": "https://docs.nocobase.com/handbook/field-formula",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@formily/antd-v5": "1.x",
"@nocobase/schema": "workspace:*",
"react": "^18.2.0",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@nocobase/client": "workspace:*",
"@nocobase/database": "workspace:*",
"@nocobase/evaluators": "workspace:*",
"@nocobase/server": "workspace:*",
"@nocobase/test": "workspace:*",
"@nocobase/utils": "workspace:*"
"description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
"displayName.zh-CN": "数据表字段:公式",
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-formula"
}