Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "steve",
- "version": "3.4.0",
- "main": "dist/index.js",
- "author": "Ben",
- "license": "MIT",
- "homepage": "https://github.com/BenSegal855/Steve-V3",
- "engines": {
- "node": "16.*"
- },
- "dependencies": {
- "@discordjs/collection": "1.5.1",
- "@octokit/rest": "19.0.7",
- "@sapphire/decorators": "6.0.1",
- "@sapphire/discord-utilities": "3.0.2",
- "@sapphire/discord.js-utilities": "6.0.6",
- "@sapphire/fetch": "2.4.1",
- "@sapphire/framework": "4.4.3",
- "@sapphire/pieces": "3.6.3",
- "@sapphire/plugin-editable-commands": "3.0.2",
- "@sapphire/plugin-logger": "3.0.3",
- "@sapphire/plugin-subcommands": "4.0.1",
- "@sapphire/stopwatch": "1.5.0",
- "@sapphire/time-utilities": "1.7.9",
- "@sapphire/type": "2.4.0",
- "@sapphire/utilities": "3.11.1",
- "axios": "1.4.0",
- "canvas": "2.11.2",
- "chart.js": "3.9.1",
- "chartjs-node-canvas": "4.1.6",
- "chartjs-plugin-datalabels": "2.2.0",
- "colorette": "2.0.20",
- "common-tags": "1.8.2",
- "discord.js": "14.11.0",
- "dotenv-cra": "3.0.3",
- "module-alias": "2.2.2",
- "mongodb": "4.16.0",
- "node-cron": "3.0.2",
- "parse-duration": "1.0.3",
- "pdf2json": "^3.0.3",
- "pretty-ms": "7.0.1",
- "reflect-metadata": "0.1.13"
- },
- "_moduleAliases": {
- "@root": "dist",
- "@lib": "dist/lib"
- },
- "devDependencies": {
- "@sapphire/ts-config": "4.0.0",
- "@types/common-tags": "1.8.1",
- "@types/node": "17.0.23",
- "@types/node-cron": "3.0.7",
- "@types/ws": "8.5.4",
- "@typescript-eslint/eslint-plugin": "5.59.1",
- "@typescript-eslint/parser": "5.59.1",
- "eslint": "8.39.0",
- "eslint-plugin-deprecation": "1.4.1",
- "npm-run-all": "4.1.5",
- "rimraf": "4.4.1",
- "tsc-watch": "6.0.4",
- "tslib": "2.5.0",
- "typescript": "5.0.4"
- },
- "scripts": {
- "build": "rimraf dist && tsc",
- "watch": "tsc -w",
- "start": "node dist/index.js",
- "dev": "run-s build start",
- "watch:start": "tsc-watch --onSuccess \"node ./dist/index.js\"",
- "lint:fix": "eslint src --ext .ts --fix",
- "lint": "eslint src --ext .ts",
- "clean": "rimraf dist",
- "clear": "run-s clean",
- "clean:purge": "rimraf node_modules dist yarn.lock package-lock.json",
- "updeps": "yarn clean:purge && yarn install"
- },
- }
Add Comment
Please, Sign In to add comment