UNPKG

@steambrew/api

Version:

This sub-project is responsible for transpiling and assembling @steambrew/client and @steambrew/webkit into a bundle that is injectable into the Steam Client. `StartPreloader` is the main function that is called from the backend of Millennium in C++ with

36 lines (35 loc) 877 B
{ "type": "module", "license": "LGPL-2.1-only", "scripts": { "build": "rollup -c" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.14.9", "@types/react": "19.1.1", "@types/react-dom": "19.1.1", "@types/react-router": "5.1.20" }, "dependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-replace": "^5.0.7", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", "@steambrew/client": "5.8.4", "rollup": "^4.17.2", "rollup-plugin-del": "^1.0.1", "rollup-plugin-external-globals": "^0.13.0", "rollup-plugin-inject-process-env": "^1.3.1", "terser": "^5.36.0", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "files": [ "/build" ], "name": "@steambrew/api", "version": "5.8.4", "gitHead": "ca188f85e5568df6df3bdd3585e6309894b7da98" }