UNPKG

indie-theme

Version:

A simple and clean theme for Pengu Loader

35 lines 719 B
{ "name": "indie-theme", "version": "0.2.1", "description": "A simple and clean theme for Pengu Loader", "repository": { "type": "git", "url": "git+https://github.com/nomi-san/indie-theme.git" }, "keywords": [ "pengu-loader", "pengu-theme", "pengu-plugin", "league-client" ], "author": "nomi-san", "license": "MIT", "type": "module", "files": [ "dist/" ], "exports": { ".": "./dist/index.js", "./index.js": "./dist/index.js" }, "scripts": { "dev": "vite dev", "build": "tsc && vite build" }, "devDependencies": { "@types/node": "^20", "typescript": "~5.9.3", "vite": "^7.3.1", "vite-plugin-css-injected-by-js": "^3.5.2" } }