artemis.js/package.json
2025-02-08 16:11:43 +01:00

28 lines
614 B
JSON

{
"name": "artemis",
"module": "index.ts",
"type": "module",
"main": "src/index.ts",
"scripts": {
"dev": "bun --watch src/index.ts",
"start": "bun run src/index.ts",
"sync": "bun run src/scripts/sync.ts",
"test": "bun run src/scripts/test.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@discordjs/core": "^2.0.1",
"@sapphire/discord.js-utilities": "^7.3.2",
"cheerio": "^1.0.0",
"discord.js": "^14.17.3",
"ky": "^1.7.4",
"winston": "^3.17.0",
"zod": "^3.24.1"
}
}