adding local changes

This commit is contained in:
2026-04-25 22:52:15 -07:00
parent d930a17d0a
commit aeb67e5d5d
4 changed files with 555 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "KoillectionTCGUploader",
"version": "1.0.0",
"description": "A Node.js script for uploading Pokémon cards to Koillection.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"csv-parser": "^3.0.0",
"node-fetch": "^3.0.0"
}
}