diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d070ad --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# How To Use +1. Create a file in the root called `raw.json` +2. Put the respective configuration data from `resources.assets` +3. Run the respective script: `node scripts/whatever.mjs` \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..69cad1b --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "to-rr-api", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "log-like-a-zombie": "git+https://git.proxnet.dev/git/zombieb/log-like-a-zombie.git#c05abd22558" + } +}