pokemon-picker
Version:
🎨 Pick your Pokémon from Pokédex!
64 lines (63 loc) • 1.59 kB
JSON
{
"name": "pokemon-picker",
"version": "1.3.0",
"description": "🎨 Pick your Pokémon from Pokédex!",
"type": "module",
"license": "MIT",
"author": {
"name": "Piotr Kowalski",
"email": "piecioshka@gmail.com",
"url": "https://piecioshka.pl/"
},
"contributors": [
"Piotr Kowalski <piecioshka@gmail.com> (https://github.com/piecioshka)",
"Adam Miniuk <adam.miniuk@gamil.com> (https://github.com/adamminiuk)"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/piecioshka/pokemon-picker.git"
},
"scripts": {
"clear": "rm -rf node_modules/ npm-debug.log coverage/",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
"coverage": "NODE_OPTIONS='--experimental-vm-modules' jest --coverage"
},
"bugs": {
"url": "https://github.com/piecioshka/pokemon-picker/issues"
},
"files": [
"pokedex",
"cli.js",
"index.js",
"package.json",
"README.md"
],
"keywords": [
"cli",
"pokemon",
"picker",
"pokedex",
"list",
"pokédex",
"pokeball",
"pokémon",
"all",
"catcher",
"pokéball"
],
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"nyc": "^17.1.0"
},
"dependencies": {
"minimist": "^1.2.8"
},
"engines": {
"node": ">=18.0.0"
},
"bin": {
"pokemon-picker": "bin/cli.js"
},
"main": "./index.js"
}