{
  "name": "@nocobase/plugin-formula-field",
  "displayName": "Collection field: Formula",
  "version": "0.21.30",
  "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": {
    "@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": "数据表字段:公式",
  "gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-formula"
}