refraction/package.json
Sefa Eyeoglu 37b744987f
Merge pull request #252 from PrismLauncher/renovate/pnpm-8.x
chore(deps): update pnpm to v8.7.6
2023-09-22 23:56:59 +02:00

29 lines
720 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.10"
},
"devDependencies": {
"@types/node": "20.6.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"dotenv": "16.3.1",
"eslint": "8.50.0",
"gray-matter": "4.0.3",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"packageManager": "pnpm@8.7.6"
}