{ "name": "megalodon", "private": true, "main": "./lib/src/index.js", "typings": "./lib/src/index.d.ts", "scripts": { "build": "tsc -p ./", "build:debug": "pnpm run build", "lint": "pnpm biome check **/*.ts --apply", "format": "pnpm biome format --write src/**/*.ts", "doc": "typedoc --out ../docs ./src" }, "dependencies": { "@types/oauth": "^0.9.4", "@types/ws": "^8.5.10", "axios": "1.6.7", "dayjs": "^1.11.10", "form-data": "^4.0.0", "https-proxy-agent": "^5.0.1", "oauth": "^0.10.0", "object-assign-deep": "^0.4.0", "parse-link-header": "^2.0.0", "socks-proxy-agent": "^7.0.0", "uuid": "^9.0.1", "ws": "8.16.0", "async-lock": "1.4.1" }, "devDependencies": { "@types/core-js": "^2.5.8", "@types/object-assign-deep": "^0.4.3", "@types/parse-link-header": "^2.0.3", "@types/uuid": "^9.0.8", "@types/node": "20.11.13", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "@types/async-lock": "1.4.2", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", "lodash": "^4.17.21", "prettier": "^3.2.4", "typedoc": "^0.25.7", "typescript": "5.3.3" }, "directories": { "lib": "lib" } }