This commit is contained in:
2024-08-09 17:13:41 +00:00
parent 6a3c617275
commit 48b04a50df
4 changed files with 13 additions and 12 deletions

View File

@@ -1,21 +1,20 @@
{
"name": "tanikaze-amane",
"name": "arisu-tachibana",
"version": "1.0.1",
"main": "index.ts",
"scripts": {
"test": "ts-node index.ts",
"clean": "rm -f ./*.js ./commands/*/*.js ./classes/**.js"
"test": "ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/konchinshih/Tanikaze-Amane.git"
"url": "git+https://github.com/konchinshih/algo-dcbot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/konchinshih/Tanikaze-Amane/issues"
"url": "https://github.com/konchinshih/algo-dcbot/issues"
},
"homepage": "https://github.com/konchinshih/Tanikaze-Amane#readme",
"homepage": "https://github.com/konchinshih/algo-dcbot",
"dependencies": {
"@types/node": "^20.3.2",
"axios": "^1.6.2",