Initial commit

This commit is contained in:
ewin 2025-03-27 09:55:19 -04:00
commit 64eb4da894
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc
4 changed files with 228 additions and 0 deletions

7
package.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "ffxiv-wiki-edb-id-script",
"private": true,
"dependencies": {
"fetch-cookie": "^3.1.0"
}
}