This commit is contained in:
xiongxiao
2026-03-26 00:00:19 +08:00
committed by cnb
commit 4cd5c7ac22
97 changed files with 2804 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "hotnow",
"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",
"devDependencies": {
"cheerio": "^1.2.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.20",
"vitest": "^4.1.1"
}
}