diff --git a/scripts/package.json b/scripts/package.json new file mode 100644 index 0000000000000000000000000000000000000000..1e229f0de75fefc19524033d1d9611356a8071bf --- /dev/null +++ b/scripts/package.json @@ -0,0 +1,11 @@ +{ + "name": "scripts", + "version": "1.0.0", + "description": "", + "main": "init.js", + "author": "", + "license": "ISC", + "dependencies": { + "node-fetch": "3.3.1" + } +}