mirror of
https://github.com/EvoMap/evolver.git
synced 2026-09-18 21:47:53 +08:00
33 lines
671 B
JSON
33 lines
671 B
JSON
{
|
|
"name": "@evomap/evolver-runtime-adapters",
|
|
"version": "2.0.37",
|
|
"private": false,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^22.13.0 || >=23.4.0"
|
|
},
|
|
"description": "五 runtime 会话日志适配器 (CC/codex/cursor/kiro/opencode)",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/EvoMap/evolver.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"assets/",
|
|
"README.md",
|
|
"package.json"
|
|
]
|
|
}
|