mirror of
https://github.com/EvoMap/evolver.git
synced 2026-09-18 21:47:53 +08:00
37 lines
708 B
JSON
37 lines
708 B
JSON
{
|
|
"name": "@evomap/evolver-webui",
|
|
"version": "2.0.37",
|
|
"private": false,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^22.13.0 || >=23.4.0"
|
|
},
|
|
"description": "保活/可视化 WebUI",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@evomap/evolver-core": "2.0.37",
|
|
"jsonc-parser": "3.3.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/EvoMap/evolver.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"assets/",
|
|
"README.md",
|
|
"package.json"
|
|
]
|
|
}
|