refraction/package.json
2023-08-27 08:53:38 +00:00

29 lines
719 B
JSON

{
"name": "refraction",
"version": "1.0.0",
"license": "GPL-3.0",
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.ts",
"start": "tsx src/index.ts",
"reupload": "tsx src/_reupload.ts",
"lint": "tsc && eslint ."
},
"dependencies": {
"@discordjs/rest": "2.0.1",
"discord.js": "14.13.0",
"just-random": "3.2.0",
"kleur": "4.1.5",
"tsx": "3.12.7"
},
"devDependencies": {
"@types/node": "20.5.6",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"dotenv": "16.3.1",
"eslint": "8.48.0",
"gray-matter": "4.0.3",
"prettier": "3.0.2",
"typescript": "5.2.2"
},
"packageManager": "pnpm@8.7.0"
}