mirror of
https://github.com/tauri-apps/tauri-discord-bot.git
synced 2026-01-31 00:35:21 +01:00
31 lines
657 B
JSON
31 lines
657 B
JSON
{
|
|
"name": "tauri-discord-bot",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nodemon --ext ts,js,mjs,json --legacy-watch --loader tsm .",
|
|
"start": "tsm ."
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"discord.js": "14.7.1",
|
|
"dotenv": "16.0.3",
|
|
"express": "4.18.2",
|
|
"jellycommands": "1.0.0-next.38",
|
|
"ts-node": "10.9.1",
|
|
"tsm": "2.3.0",
|
|
"unfurl.js": "6.2.0",
|
|
"url-regex-safe": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "4.17.17",
|
|
"@types/node": "18.14.0",
|
|
"@types/url-regex-safe": "1.0.0",
|
|
"nodemon": "2.0.20",
|
|
"prettier": "2.8.4",
|
|
"typescript": "4.9.5"
|
|
}
|
|
}
|