Files
algo-dcbot/package.json
2024-08-09 16:56:18 +00:00

31 lines
754 B
JSON

{
"name": "tanikaze-amane",
"version": "1.0.1",
"main": "index.ts",
"scripts": {
"test": "ts-node index.ts",
"clean": "rm -f ./*.js ./commands/*/*.js ./classes/**.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/konchinshih/Tanikaze-Amane.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/konchinshih/Tanikaze-Amane/issues"
},
"homepage": "https://github.com/konchinshih/Tanikaze-Amane#readme",
"dependencies": {
"@types/node": "^20.3.2",
"axios": "^1.6.2",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"moment-timezone": "^0.5.43",
"path": "^0.12.7",
"typescript": "^5.1.3"
},
"description": ""
}