{ "name": "test-minimax", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.xiongxiao.me/test/test-minimax.git" }, "keywords": [], "author": "abearxiong (https://www.xiongxiao.me/)", "license": "MIT", "type": "module", "devDependencies": { "@types/node": "^25.6.0", "tsx": "^4.21.0", "typescript": "^6.0.3" } }