23 lines
518 B
JSON
23 lines
518 B
JSON
{
|
|
"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 <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me/)",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|