{ "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 . && TIMING=1 eslint src --ext mjs,js,ts", "format": "prettier --write . && TIMING=1 eslint src --ext mjs,js,ts --fix", "fmt": "yarn format", "prepack": "yarn lint && yarn test && yarn build", "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/proxy-container/*'" }, "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": "^1.1.0", "@discordjs/rest": "^1.1.0", "tslib": "^2.4.0" }, "devDependencies": { "@types/node": "^16.11.58", "eslint": "^8.23.0", "eslint-config-neon": "^0.1.33", "prettier": "^2.7.1", "tsup": "^6.2.3", "typescript": "^4.8.3" }, "engines": { "node": ">=16.9.0" }, "publishConfig": { "access": "public" } }