{
  "name": "better-revolt-js",
  "description": "A NodeJS Revolt library",
  "version": "1.0.2",
  "main": "dist/index.js",
  "type": "module",
  "dependencies": {
    "@discordjs/collection": "^0.6.0",
    "node-fetch": "^3.2.4",
    "ws": "^8.6.0"
  },
  "devDependencies": {
    "@digitak/tsc-esm": "^3.1.2",
    "@types/node": "16.9.x",
    "@types/node-fetch": "^2.6.1",
    "@types/ws": "^8.5.3",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.26.0",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-prettier": "^3.4.0",
    "prettier": "^2.6.2",
    "revolt-api": "0.5.3-5-patch.3",
    "typedoc": "^0.22.15",
    "typescript": "^4.7.2"
  },
  "files": [
    "dist/*"
  ],
  "license": "Apache-2",
  "repository": {
    "type": "git",
    "url": "https://github.com/abdulrahman1s/better-revolt.js"
  },
  "keywords": [
    "revolt",
    "revoltchat",
    "api",
    "bot",
    "node"
  ],
  "bugs": {
    "url": "https://github.com/abdulrahman1s/better-revolt.js/issues"
  },
  "engines": {
    "node": ">=16.6.0",
    "npm": ">=7.0.0"
  },
  "scripts": {
    "build": "tsc-esm",
    "test": "npm run test:types && npm run lint",
    "test:types": "tsc --noEmit && echo 'All specs passed validation. You are ready to push!'",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "format": "prettier --write src/**/*.ts",
    "docs": "typedoc src/index.ts"
  }
}