mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-08 10:15:15 -05:00
20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"name": "pokesprite-src",
|
|
"version": "1.0.0",
|
|
"description": "Pokésprite icon collection repository and database",
|
|
"files": [
|
|
"license.md",
|
|
"package.json",
|
|
"readme.md",
|
|
"/icons",
|
|
"/data"
|
|
],
|
|
"private": true,
|
|
"keywords": ["Icons", "Sprites", "SCSS", "Pokémon", "NodeJS"],
|
|
"author": "Michiel Sikma <michiel@sikma.org>",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"license": "MIT"
|
|
}
|