UNPKG

@steambrew/client

Version:
80 lines (79 loc) 1.95 kB
{ "name": "@steambrew/client", "version": "4.2.1", "description": "A support library for creating plugins with Millennium.", "main": "./build/index.js", "types": "./build/index.d.ts", "module": "./build/index.js", "type": "module", "license": "LGPL-2.1-only", "scripts": { "build": "shx rm -rf ./build && tsc -b", "dev-link": "npm run build && npm link" }, "files": [ "/lib", "/src", "/build" ], "repository": { "type": "git", "url": "git+https://github.com/SteamClientHomebrew/PluginComponents.git" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.14.9", "@types/react": "16.14.0", "@types/react-router": "5.1.18" }, "dependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.5", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "chalk": "^4.1.0", "fs": "0.0.1-security", "path": "^0.12.7", "rollup": "^4.17.2", "shx": "^0.3.4", "tslib": "^2.8.1", "typescript": "^4.9.5", "url": "^0.11.4" }, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "react", "react-dom" ] }, "updateConfig": { "ignoreDependencies": [ "react", "react-dom" ] } }, "importSort": { ".js, .jsx, .ts, .tsx": { "style": "module", "parser": "typescript" } }, "publishConfig": { "access": "public" }, "keywords": [ "steam", "steam-client", "millennium", "ui-components" ], "author": "SteamClientHomebrew", "bugs": { "url": "https://github.com/SteamClientHomebrew/PluginComponents/issues" }, "homepage": "https://github.com/SteamClientHomebrew/PluginComponents#readme" }