mirror of
https://github.com/EvoMap/evolver.git
synced 2026-09-18 21:47:53 +08:00
40 lines
806 B
JSON
40 lines
806 B
JSON
{
|
|
"name": "@evomap/evolver-core",
|
|
"version": "2.0.37",
|
|
"private": false,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^22.13.0 || >=23.4.0"
|
|
},
|
|
"description": "hub-无关核心: 算法引擎/原材料/mailbox/资产库/workflow",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@evomap/gep-sdk": "1.14.0",
|
|
"ajv": "^8.20.0",
|
|
"koffi": "3.2.1",
|
|
"ulid": "^2.3.0",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/EvoMap/evolver.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"assets/",
|
|
"README.md",
|
|
"package.json"
|
|
]
|
|
}
|