From 0790414664ce345c140c79eb2a142bb32795730d Mon Sep 17 00:00:00 2001 From: jo-elimu <1451036+jo-elimu@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:46:39 +0700 Subject: [PATCH] build(backend): npm init `npm init` refs #2 --- backend/package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 backend/package.json diff --git a/backend/package.json b/backend/package.json new file mode 100644 index 0000000..cf2460b --- /dev/null +++ b/backend/package.json @@ -0,0 +1,11 @@ +{ + "name": "backend", + "version": "0.1.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "MIT" +}