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.

45 lines 1.33 kB
{ "name": "lol-constants", "version": "3.2.8", "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": "^27.0.0", "@types/node": "^24.10.0", "jsdom": "^27.1.0", "rift-js-utils": "^2.15.1", "ts-node": "^10.9.2", "typescript": "^5.9.3", "vite": "^7.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/kd0010/lol-constants.git" }, "keywords": [ "lol", "league", "leagueoflegends", "types", "riot", "api", "typescript", "ts" ], "scripts": { "update:patch": "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" } }