{ "name": "decky-frontend-lib", "version": "0.0.6", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "scripts": { "build": "shx rm -rf dist && tsc -b", "dev": "tsc -b -w", "prepack": "npm run build", "test": "echo 'No tests for now!'", "postinstall": "husky install", "commit": "git-cz" }, "files": [ "/lib", "/src", "/dist" ], "repository": { "type": "git", "url": "git+https://github.com/SteamDeckHomebrew/decky-frontend-lib.git" }, "keywords": [ "decky", "steam-deck", "steam", "components" ], "author": "Jonas Dellinger ", "license": "GPL-2.0-or-later", "bugs": { "url": "https://github.com/SteamDeckHomebrew/decky-frontend-lib/issues" }, "homepage": "https://github.com/SteamDeckHomebrew/decky-frontend-lib#readme", "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2", "@commitlint/cz-commitlint": "^17.0.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@types/jest": "^27.4.1", "@types/react": "16.14.0", "@types/react-router": "5.1.18", "commitizen": "^4.2.4", "husky": "^8.0.1", "import-sort-style-module": "^6.0.0", "jest": "^27.5.1", "prettier-plugin-import-sort": "^0.0.7", "semantic-release": "^19.0.2", "shx": "^0.3.4", "ts-jest": "^27.1.4", "typescript": "^4.6.3" }, "importSort": { ".js, .jsx, .ts, .tsx": { "style": "module", "parser": "typescript" } } }