diff --git a/build/package.json b/build/package.json new file mode 100644 index 0000000..e8ff08c --- /dev/null +++ b/build/package.json @@ -0,0 +1,13 @@ +{ + "name": "build", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "type": "module" +}