Guest User

Untitled

a guest
May 14th, 2023
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.21 KB | None | 0 0
  1. {
  2.     "name": "steve",
  3.     "version": "3.4.0",
  4.     "main": "dist/index.js",
  5.     "author": "Ben",
  6.     "license": "MIT",
  7.     "homepage": "https://github.com/BenSegal855/Steve-V3",
  8.     "engines": {
  9.         "node": "16.*"
  10.     },
  11.     "dependencies": {
  12.         "@discordjs/collection": "1.5.1",
  13.         "@octokit/rest": "19.0.7",
  14.         "@sapphire/decorators": "6.0.1",
  15.         "@sapphire/discord-utilities": "3.0.2",
  16.         "@sapphire/discord.js-utilities": "6.0.6",
  17.         "@sapphire/fetch": "2.4.1",
  18.         "@sapphire/framework": "4.4.3",
  19.         "@sapphire/pieces": "3.6.3",
  20.         "@sapphire/plugin-editable-commands": "3.0.2",
  21.         "@sapphire/plugin-logger": "3.0.3",
  22.         "@sapphire/plugin-subcommands": "4.0.1",
  23.         "@sapphire/stopwatch": "1.5.0",
  24.         "@sapphire/time-utilities": "1.7.9",
  25.         "@sapphire/type": "2.4.0",
  26.         "@sapphire/utilities": "3.11.1",
  27.         "axios": "1.4.0",
  28.         "canvas": "2.11.2",
  29.         "chart.js": "3.9.1",
  30.         "chartjs-node-canvas": "4.1.6",
  31.         "chartjs-plugin-datalabels": "2.2.0",
  32.         "colorette": "2.0.20",
  33.         "common-tags": "1.8.2",
  34.         "discord.js": "14.11.0",
  35.         "dotenv-cra": "3.0.3",
  36.         "module-alias": "2.2.2",
  37.         "mongodb": "4.16.0",
  38.         "node-cron": "3.0.2",
  39.         "parse-duration": "1.0.3",
  40.         "pdf2json": "^3.0.3",
  41.         "pretty-ms": "7.0.1",
  42.         "reflect-metadata": "0.1.13"
  43.     },
  44.     "_moduleAliases": {
  45.         "@root": "dist",
  46.         "@lib": "dist/lib"
  47.     },
  48.     "devDependencies": {
  49.         "@sapphire/ts-config": "4.0.0",
  50.         "@types/common-tags": "1.8.1",
  51.         "@types/node": "17.0.23",
  52.         "@types/node-cron": "3.0.7",
  53.         "@types/ws": "8.5.4",
  54.         "@typescript-eslint/eslint-plugin": "5.59.1",
  55.         "@typescript-eslint/parser": "5.59.1",
  56.         "eslint": "8.39.0",
  57.         "eslint-plugin-deprecation": "1.4.1",
  58.         "npm-run-all": "4.1.5",
  59.         "rimraf": "4.4.1",
  60.         "tsc-watch": "6.0.4",
  61.         "tslib": "2.5.0",
  62.         "typescript": "5.0.4"
  63.     },
  64.     "scripts": {
  65.         "build": "rimraf dist && tsc",
  66.         "watch": "tsc -w",
  67.         "start": "node dist/index.js",
  68.         "dev": "run-s build start",
  69.         "watch:start": "tsc-watch --onSuccess \"node ./dist/index.js\"",
  70.         "lint:fix": "eslint src --ext .ts --fix",
  71.         "lint": "eslint src --ext .ts",
  72.         "clean": "rimraf dist",
  73.         "clear": "run-s clean",
  74.         "clean:purge": "rimraf node_modules dist yarn.lock package-lock.json",
  75.         "updeps": "yarn clean:purge && yarn install"
  76.     },
  77.     "packageManager": "[email protected]"
  78. }
  79.  
Add Comment
Please, Sign In to add comment