lol-champion-cli
Version:
CLI app to view League of Legends champion data
36 lines (35 loc) • 688 B
JSON
{
"name": "lol-champion-cli",
"version": "1.0.2",
"description": "CLI app to view League of Legends champion data",
"main": "build/index.js",
"type": "module",
"bin": {
"lolstats": "./build/index.js"
},
"scripts": {
"start": "node build/index.js",
"build": "babel src -d build",
"prestart": "npm run build"
},
"dependencies": {
"axios": "^1.6.0",
"ink": "^4.4.1",
"react": "^18.2.0"
},
"keywords": [
"league-of-legends",
"cli",
"champions",
"ink",
"react"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/register": "^7.27.1"
}
}