mirror of
https://github.com/msikma/pokesprite.git
synced 2026-03-21 17:54:23 -05:00
33 lines
874 B
JSON
33 lines
874 B
JSON
{
|
|
"name": "pokesprite-images",
|
|
"version": "2.0.3",
|
|
"description": "Database project of box and inventory sprites from the Pokémon core series games",
|
|
"private": true,
|
|
"files": [
|
|
"license.md",
|
|
"package.json",
|
|
"readme.md",
|
|
"/data",
|
|
"/docs",
|
|
"/icons",
|
|
"/items",
|
|
"/items-outline",
|
|
"/pokemon-gen7x",
|
|
"/pokemon-gen8",
|
|
"/resources"
|
|
],
|
|
"homepage": "https://github.com/msikma/pokesprite",
|
|
"repository": "git+https://github.com/msikma/pokesprite.git",
|
|
"keywords": ["Icons", "Sprites", "Pokémon", "Pokédex", "ポケットモンスター", "ポケモン", "スプライト", "ポケモン図鑑"],
|
|
"author": "Michiel Sikma <michiel@sikma.org>",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|