mirror of
https://github.com/Cola-Echo/memory-manager-concurrent.git
synced 2026-06-07 01:15:51 +00:00
- isSummaryBook 函数新增对 Lore-char/lore-char 的检测 - 修复启用记忆搜索助手时进度条重复显示总结世界书任务的问题 - 更新错误提示信息,说明支持的命名规则 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "3d.city",
|
|
"version": "0.8.0",
|
|
"description": "JavaScript city builder game",
|
|
"main": "build/Main.js",
|
|
"repository": "lo-th/3d.city",
|
|
"jsnext:main": "build/citygame.module.js",
|
|
"module": "build/citygame.module.js",
|
|
"files": [
|
|
"package.json",
|
|
"LICENSE",
|
|
"README.md",
|
|
"build/citygame.js",
|
|
"build/citygame.min.js",
|
|
"build/citygame.module.js"
|
|
],
|
|
"directories": {
|
|
"doc": "docs",
|
|
"example": "examples"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "mdcs"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c utils/rollup.config.js",
|
|
"buildm": "rollup -c utils/Main_rollup.config.js",
|
|
"dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c utils/rollup.config.js -w -m inline\" \"servez -p 8111 --index\"",
|
|
"start": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c utils/rollup.config.js -w -m inline\" \"http-server -c-1 -p 8111 -o index.html\""
|
|
},
|
|
"keywords": [
|
|
"3d.city",
|
|
"city",
|
|
"builder"
|
|
],
|
|
"author": "lo-th",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lo-th/3d.city/issues"
|
|
},
|
|
"homepage": "http://lo-th.github.io/uil/",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
|
"@babel/preset-env": "^7.12.16",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-node-resolve": "^11.2.0",
|
|
"concurrently": "^5.3.0",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"rollup": "^2.39.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"servez": "^1.11.0"
|
|
}
|
|
}
|