refraction/package.json
2023-06-10 16:54:07 +08:00

33 lines
825 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": "eslint ."
},
"dependencies": {
"@discordjs/rest": "1.7.1",
"discord.js": "14.11.0",
"just-random": "3.2.0",
"kleur": "4.1.5",
"node-fetch": "3.3.1",
"remove-markdown": "0.5.0",
"tsx": "3.12.7",
"url-regex": "5.0.0"
},
"devDependencies": {
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"dotenv": "16.1.4",
"esbuild": "0.17.19",
"eslint": "8.42.0",
"gray-matter": "4.0.3",
"prettier": "2.8.8",
"typescript": "5.1.3"
},
"packageManager": "pnpm@8.6.0"
}