artemis.js/package.json
2025-02-09 19:09:01 +01:00

38 lines
884 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"
},
"dependencies": {
"@discordjs/core": "^2.0.1",
"@sapphire/discord.js-utilities": "^7.3.2",
"cheerio": "^1.0.0",
"deepl-node": "^1.16.0",
"discord.js": "^14.17.3",
"execa": "^9.5.2",
"file-type": "^20.1.0",
"ky": "^1.7.4",
"lru-cache": "^11.0.2",
"nanoid": "^5.0.9",
"sharp": "^0.33.5",
"winston": "^3.17.0",
"ya-ocr": "^1.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@types/bun": "latest",
"eslint": "^9.20.0",
"typescript-eslint": "^8.23.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}