Files
algo-dcbot/package.json
2024-08-30 13:57:55 +00:00

32 lines
743 B
JSON

{
"name": "arisu-tachibana",
"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/algo-dcbot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/konchinshih/algo-dcbot/issues"
},
"homepage": "https://github.com/konchinshih/algo-dcbot",
"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": ""
}