35 lines
837 B
JSON
35 lines
837 B
JSON
{
|
|
"name": "tanikaze-amane",
|
|
"version": "1.0.1",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "ts-node index.ts",
|
|
"build": "npx tsc --build",
|
|
"clean": "npx tsc --build --clean"
|
|
},
|
|
"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",
|
|
"minio": "^8.0.1",
|
|
"moment-timezone": "^0.5.43",
|
|
"mongodb": "^5.6.0",
|
|
"mongoose": "^8.0.1",
|
|
"path": "^0.12.7",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"description": ""
|
|
}
|