2023-02-21 20:12:21 +08:00
{
2024-05-24 01:06:06 +08:00
"name" : "@tachybase/plugin-formula-field" ,
2024-02-22 23:13:31 +08:00
"displayName" : "Collection field: Formula" ,
2024-07-31 03:15:26 +08:00
"version" : "0.21.81" ,
2024-02-22 23:13:31 +08:00
"description" : "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions." ,
2024-04-01 13:39:44 +08:00
"keywords" : [
"Collection fields"
] ,
2024-05-23 12:50:54 +08:00
"license" : "Apache-2.0" ,
2023-08-02 00:07:52 +08:00
"main" : "./dist/server/index.js" ,
2023-02-21 20:12:21 +08:00
"devDependencies" : {
2024-04-30 02:00:13 +08:00
"@tachybase/components" : "workspace:*" ,
2024-04-29 21:41:13 +08:00
"@tachybase/schema" : "workspace:*" ,
2024-06-13 04:37:42 +08:00
"react" : "^18.3.1" ,
2024-06-20 11:11:18 +08:00
"react-i18next" : "^14.1.2"
2023-08-02 00:07:52 +08:00
} ,
"peerDependencies" : {
2024-05-08 16:20:31 +08:00
"@tachybase/client" : "workspace:*" ,
"@tachybase/database" : "workspace:*" ,
"@tachybase/evaluators" : "workspace:*" ,
"@tachybase/server" : "workspace:*" ,
"@tachybase/test" : "workspace:*" ,
"@tachybase/utils" : "workspace:*"
2023-12-29 15:49:02 +08:00
} ,
2024-04-01 13:39:44 +08:00
"description.zh-CN" : "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎" ,
2024-05-24 13:06:59 +08:00
"displayName.zh-CN" : "数据表字段:公式"
2023-02-21 20:12:21 +08:00
}