29 lines
699 B
JSON
29 lines
699 B
JSON
{
|
|
"private": true,
|
|
"name": "going_home_bot",
|
|
"version": "1.0.0",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json"
|
|
},
|
|
"homepage": "https://misskey.systems/@going_home_bot",
|
|
"author": {
|
|
"name": "Last2014",
|
|
"email": "info@last2014.com",
|
|
"url": "https://last2014.com"
|
|
},
|
|
"license": "MIT",
|
|
"module": "module",
|
|
"packageManager": "pnpm@10.17.0",
|
|
"dependencies": {
|
|
"@types/node": "^24.7.2",
|
|
"@types/node-cron": "^3.0.11",
|
|
"fs": "0.0.1-security",
|
|
"misskey-js": "2025.10.1-alpha.1",
|
|
"node-cron": "^4.2.1",
|
|
"tsc-alias": "^1.8.16",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|