29 lines
719 B
JSON
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.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.6.0",
|
|
"@typescript-eslint/eslint-plugin": "6.7.0",
|
|
"@typescript-eslint/parser": "6.7.0",
|
|
"dotenv": "16.3.1",
|
|
"eslint": "8.49.0",
|
|
"gray-matter": "4.0.3",
|
|
"prettier": "3.0.3",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"packageManager": "pnpm@8.7.5"
|
|
}
|