{ "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": { "chalk": "^4.1.2", "d3-array": "^2.12.1", "discord.js": "^14.14.1", "express": "^4.18.2", "got": "^11.8.6", "knex": "^3.0.1", "outdent": "^0.8.0", "parse-color": "^1.0.0", "pretty-bytes": "^5.6.0", "random-seed": "^0.3.0", "sqlite3": "^5.1.6" }, "devDependencies": { "@types/d3-array": "^3.2.1", "@types/express": "^4.17.21", "@types/parse-color": "^1.0.3", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "discord-api-types": "^0.37.63", "eslint": "^8.53.0", "typescript": "5.2.2" } }