UNPKG

@darkgl/waxpeer

Version:
75 lines (74 loc) 1.84 kB
{ "name": "@darkgl/waxpeer", "version": "1.8.16", "description": "Waxpeer API wrapper", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "ci": "npm run format && npm run lint && npm run build && npm run check-exports", "build": "npx tsc --build", "format": "npx @biomejs/biome format --write ./src", "lint": "npx @biomejs/biome lint --write ./src", "prepare": "husky", "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm", "local-release": "changeset version && changeset publish", "prepublishOnly": "npm run ci" }, "repository": { "type": "git", "url": "git+https://github.com/darkgl/waxpeer.git" }, "keywords": [ "waxpeer", "steam", "p2p", "csgo", "cs2", "trading", "bot", "marketplace", "trading-api", "peer-to-peer", "rust", "tf2", "team-fortress-2", "csgotrade", "trade-bots", "p2p-trade" ], "author": "Rafal Wiecek <contact@darkgl.com> (https://x.com/darkgl_)", "license": "MIT", "bugs": { "url": "https://github.com/darkgl/waxpeer/issues" }, "homepage": "https://github.com/darkgl/waxpeer#readme", "devDependencies": { "@arethetypeswrong/cli": "^0.17.0", "@biomejs/biome": "1.9.4", "@changesets/cli": "^2.27.10", "@types/qs": "^6.9.17", "@types/socket.io-client": "^3.0.0", "@types/ws": "^8.5.13", "husky": "^9.1.7", "tiny-typed-emitter": "^2.1.0", "typescript": "^5.7.2" }, "dependencies": { "@types/node": "^22.10.1", "cacheable-lookup": "^7.0.0", "qs": "^6.13.1", "socket.io-client": "^4.8.1", "undici": "^7.0.0", "ws": "^8.18.0" }, "optionalDependencies": { "bufferutil": "^4.0.8" }, "engines": { "node": ">=20.17.0" }, "files": [ "dist" ] }