1
0
mirror of https://github.com/insomniafi/insomniaid-bot.git synced 2025-11-04 18:19:35 +00:00
Files
insomniafi-insid-bot/package.json
2025-10-31 18:12:36 +00:00

27 lines
643 B
JSON

{
"name": "insid-bot",
"version": "0.0.1",
"description": "Verkkopeliyhdistys Insomnia ry - Identity Bot",
"main": "index.js",
"scripts": {
"build": "rimraf ./build && tsc",
"start": "node --no-warnings build/index.js",
"start:dev": "rimraf ./build && tsc && node --no-warnings build/index.js"
},
"author": "Christer Warén / Warén Group",
"license": "MIT",
"private": true,
"homepage": "https://insomnia.fi",
"dependencies": {
"discord.js": "^14.24.2"
},
"devDependencies": {
"rimraf": "^6.1.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
}
}