mirror of
https://github.com/artiemis/artemis.js.git
synced 2026-02-14 10:21:54 +00:00
31 lines
704 B
JSON
31 lines
704 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",
|
|
"discord.js": "^14.17.3",
|
|
"ky": "^1.7.4",
|
|
"winston": "^3.17.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"
|
|
}
|
|
}
|