mirror of
https://github.com/artiemis/artemis.js.git
synced 2026-02-14 02:11:55 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
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",
|
|
"sandbox": "bun run src/scripts/sandbox.ts",
|
|
"deploy": "src/scripts/deploy.sh"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/core": "^2.4.0",
|
|
"@sapphire/discord.js-utilities": "^7.3.3",
|
|
"cheerio": "^1.1.2",
|
|
"chrome-lens-ocr": "^4.1.1",
|
|
"common-tags": "^1.8.2",
|
|
"deepl-node": "^1.22.0",
|
|
"discord.js": "^14.25.0",
|
|
"execa": "^9.6.0",
|
|
"file-type": "^21.1.0",
|
|
"fuse.js": "^7.1.0",
|
|
"ky": "^1.14.0",
|
|
"lru-cache": "^11.2.2",
|
|
"nanoid": "^5.1.6",
|
|
"pino": "^9.14.0",
|
|
"pino-pretty": "^13.1.2",
|
|
"sharp": "^0.34.5",
|
|
"ya-ocr": "^1.1.1",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/bun": "^1.3.2",
|
|
"@types/common-tags": "^1.8.4",
|
|
"eslint": "^9.39.1",
|
|
"typescript-eslint": "^8.47.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|