diff --git a/client/package.json b/client/package.json new file mode 100644 index 0000000..4a28eb3 --- /dev/null +++ b/client/package.json @@ -0,0 +1,12 @@ +{ + "name": "client", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +} diff --git a/discordbot/package.json b/discordbot/package.json new file mode 100644 index 0000000..74a51aa --- /dev/null +++ b/discordbot/package.json @@ -0,0 +1,12 @@ +{ + "name": "discordbot", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +} diff --git a/minaserver/package.json b/minaserver/package.json new file mode 100644 index 0000000..07edd25 --- /dev/null +++ b/minaserver/package.json @@ -0,0 +1,12 @@ +{ + "name": "minaserver", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}