refraction/package.json
2022-10-19 20:39:02 +08:00

31 lines
779 B
JSON

{
"name": "roly-poly",
"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.3.0",
"discord.js": "^14.6.0",
"just-random": "^3.1.1",
"kleur": "^4.1.5",
"node-fetch": "^3.2.10",
"remove-markdown": "^0.5.0",
"tsx": "^3.10.3",
"url-regex": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.11.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"dotenv": "^16.0.3",
"esbuild": "^0.15.11",
"eslint": "^8.25.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
}
}