{
  "name": "@nocobase/plugin-field-formula",
  "displayName": "Collection field: Formula",
  "displayName.zh-CN": "数据表字段：公式",
  "displayName.ru-RU": "Поле коллекции: Формула",
  "description": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
  "description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果，支持 Math.js 和 Excel formula functions 两种引擎",
  "description.ru-RU": "Настройка и сохранение результатов вычислений между значениями нескольких полей в одной записи с поддержкой движков Math.js и Excel formula functions.",
  "version": "2.1.30",
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "homepage": "https://docs.nocobase.com/handbook/field-formula",
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-formula",
  "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/field-formula",
  "devDependencies": {
    "@formily/antd-v5": "1.x",
    "@formily/core": "2.x",
    "@formily/react": "2.x",
    "@formily/reactive": "2.x",
    "react": "^18.2.0",
    "react-i18next": "^11.15.1"
  },
  "peerDependencies": {
    "@nocobase/client": "2.x",
    "@nocobase/client-v2": "2.x",
    "@nocobase/database": "2.x",
    "@nocobase/evaluators": "2.x",
    "@nocobase/server": "2.x",
    "@nocobase/test": "2.x",
    "@nocobase/utils": "2.x"
  },
  "gitHead": "c1a4bff0fd3c8b30e06fc6f50ad33e054b04061a",
  "keywords": [
    "Collection fields"
  ]
}
