21 lines
466 B
JSON
21 lines
466 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|