1m04bot/package.json

20 lines
376 B
JSON
Raw Normal View History

2024-01-18 21:40:05 +00:00
{
"name": "1M04",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^20.11.5",
"discord.js": "^14.14.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}