22 lines
526 B
JSON
22 lines
526 B
JSON
{
|
|
"name": "to-my-gitea",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.32.1",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@kevisual/cnb": "^0.0.51",
|
|
"@kevisual/context": "^0.0.8",
|
|
"@kevisual/gitea": "^0.0.6",
|
|
"@kevisual/router": "^0.1.3",
|
|
"dayjs": "^1.11.20"
|
|
}
|
|
}
|