@steambrew/webkit
Version:
A support library for creating plugins with Millennium.
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "@steambrew/webkit",
"version": "5.5.0",
"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",
"prepare": "pnpm run build"
},
"files": [
"/lib",
"/src",
"/build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SteamClientHomebrew/PluginComponents.git"
},
"dependencies": {
"shx": "^0.3.4",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
},
"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",
"gitHead": "086cbe39b45fc0ddc2ab7ae4262e744930dc4b24"
}