memos-rss/package.json
2025-12-11 01:16:37 +09:00

23 lines
No EOL
518 B
JSON

{
"name": "yanmang",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"start": "bun run ./src/index.ts",
"dev": "bun --hot run ./src/index.ts",
"build": "bun build ./src/index.ts --outfile yanmang --compile --minify",
"lint": "biome check .",
"lint:fix": "biome format ."
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"discord.js": "^14.25.1",
"rss-parser": "^3.13.0"
}
}