mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 08:28:33 +00:00
33 lines
878 B
JSON
33 lines
878 B
JSON
{
|
|
"name": "ls25-discord-bot",
|
|
"version": "0.1.8",
|
|
"description": "A simple discord bot for farming simulator 25",
|
|
"main": "source/Main.ts",
|
|
"scripts": {
|
|
"start": "npx tsc && node build/Main.js",
|
|
"start-only": "node build/Main.js",
|
|
"build": "npx tsc",
|
|
"schema": "npx json2ts -i source/Schema/ServerStats.json -o ./source/Schema/ServerStats.d.ts --unreachableDefinitions",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"ls25",
|
|
"fs25",
|
|
"farming",
|
|
"simulator",
|
|
"landwirtschafts",
|
|
"simulator"
|
|
],
|
|
"author": "Dennis Heinrich",
|
|
"license": "proprietary",
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"json-schema-to-typescript": "^15.0.3",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.16.3",
|
|
"fast-xml-parser": "^4.5.0",
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|