ccashbot/package.json
2023-01-23 03:01:25 +11:00

29 lines
625 B
JSON

{
"name": "discordbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Expand-sys/ccashbot"
},
"author": "Expand",
"license": "ISC",
"dependencies": {
"appid": "^1.0.3",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"file-type": "^16.5.0",
"fs": "^0.0.1-security",
"got": "^11.8.2",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"openai": "^3.1.0",
"request-promise-cache": "^2.0.1",
"superagent": "^6.1.0",
"unirest": "^0.6.0"
}
}