{ "name": "jillo", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "tsc && node deploy-commands.cjs && node dist/index.js", "dev": "tsc && node dist/index.js", "build": "tsc", "deploy-commands": "tsc && node deploy-commands.cjs" }, "author": "oatmealine", "license": "AGPL-3.0", "dependencies": { "@discordjs/core": "^1.1.1", "@discordjs/rest": "^2.2.0", "chalk": "^4.1.2", "d3-array": "^2.12.1", "diff": "^5.2.0", "discord.js": "^14.14.1", "express": "^4.18.3", "express-handlebars": "^7.1.2", "got": "^11.8.6", "knex": "^3.1.0", "outdent": "^0.8.0", "parse-color": "^1.0.0", "pretty-bytes": "^5.6.0", "random-seed": "^0.3.0", "sqlite3": "^5.1.7", "tough-cookie": "^4.1.3", "uid-safe": "^2.1.5" }, "devDependencies": { "@types/d3-array": "^3.2.1", "@types/diff": "^5.0.9", "@types/express": "^4.17.21", "@types/parse-color": "^1.0.3", "@types/tough-cookie": "^4.0.5", "@types/uid-safe": "^2.1.5", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "discord-api-types": "^0.37.74", "eslint": "^8.57.0", "typescript": "5.2.2" } }