{ "name": "@discordjs/proxy-container", "version": "1.0.0", "description": "Lightweight HTTP proxy for Discord's API, brought to you as a container 📦", "scripts": { "build": "tsup", "lint": "prettier --check . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts --format=pretty", "format": "prettier --write . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts --fix --format=pretty", "fmt": "yarn format", "prepack": "yarn lint && yarn test && yarn build" }, "type": "module", "module": "./dist/index.js", "directories": { "lib": "src" }, "files": [ "dist" ], "contributors": [ "Crawl ", "Amish Shah ", "SpaceEEC ", "Vlad Frangu ", "Aura Román ", "DD " ], "license": "Apache-2.0", "keywords": [ "discord", "api", "rest", "proxy", "discordapp", "discordjs" ], "repository": { "type": "git", "url": "git+https://github.com/discordjs/discord.js.git" }, "bugs": { "url": "https://github.com/discordjs/discord.js/issues" }, "homepage": "https://discord.js.org", "dependencies": { "@discordjs/proxy": "workspace:^", "@discordjs/rest": "workspace:^", "tslib": "^2.5.0" }, "devDependencies": { "@types/node": "16.18.18", "cross-env": "^7.0.3", "eslint": "^8.36.0", "eslint-config-neon": "^0.1.41", "eslint-formatter-pretty": "^5.0.0", "prettier": "^2.8.6", "tsup": "^6.7.0", "typescript": "^5.0.2" }, "engines": { "node": ">=16.9.0" }, "publishConfig": { "access": "public" } }