From 1be1604613cf1630f9fbc3cf3843a233fcec6137 Mon Sep 17 00:00:00 2001 From: nitrotap <9121718+nitrotap@users.noreply.github.com> Date: Mon, 25 Jul 2022 02:20:05 -0600 Subject: [PATCH] setting up npm --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..983e02d --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "react-apollo-jwt", + "version": "1.0.0", + "description": "Full Stack React app with apollo server/client and jwt authentication", + "main": "server/server.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/nitrotap/react-apollo-jwt.git" + }, + "author": "nitrotap", + "license": "MIT", + "bugs": { + "url": "https://github.com/nitrotap/react-apollo-jwt/issues" + }, + "homepage": "https://github.com/nitrotap/react-apollo-jwt#readme" +}