UNPKG

lol-constants

Version:

League of Legends constants, functions, and types. Provides a plathera of functions to easily convert between ID, Name, and Key for champions, items, summoner spells, and runes.

44 lines 1.3 kB
{ "name": "lol-constants", "version": "3.2.3", "description": "League of Legends constants, functions, and types. Provides a plathera of functions to easily convert between ID, Name, and Key for champions, items, summoner spells, and runes.", "license": "MIT", "type": "module", "sideEffects": false, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "devDependencies": { "@types/jsdom": "^21.1.7", "@types/node": "^24.0.3", "jsdom": "^26.1.0", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vite": "^5.4.19" }, "repository": { "type": "git", "url": "git+https://github.com/kd0010/lol-constants.git" }, "keywords": [ "lol", "league", "leagueoflegends", "types", "riot", "api", "typescript", "ts" ], "scripts": { "patch:update": "pnpm run scripts:pull && pnpm run scripts:generate && pnpm run build", "temp": "node --no-warnings --loader ts-node/esm dev/scripts/temp", "scripts:pull": "node --no-warnings --loader ts-node/esm dev/scripts/pull-all-external-data", "scripts:generate": "node --no-warnings --loader ts-node/esm dev/scripts/generate-all-const", "build": "tsc", "build:clean": "rmdir /s /q dist && pnpm run build", "dev": "vite" } }