From fdf36c0af83db4fa015794e9827ccce0aa8b5a5e Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 29 Dec 2022 18:03:41 -0500 Subject: Update; Switch to MongoDB --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0a3b50c..fef0ae1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,13 @@ { "name": "pantry", + "version": "0.1.0", + "description": "Kitchen inventory organizer and planner", + "repository": { + "type": "git", + "url": "https://github.com/kjhoerr/pantry.git" + }, + "author": "Kevin J Hoerr ", + "license": "BlueOak-1.0.0", "scripts": { "dev:fe": "mkdir -p src/main/resources/META-INF/resources && nodemon --watch src/conf --watch src/components --watch src/model --watch src/pages --watch src/styles --watch src/util -e ts,tsx,css -x 'APP_ENV=development yarn inject'", "dev:be": "mvn quarkus:dev", @@ -33,4 +41,4 @@ "npm-run-all2": "^6.0.1", "typescript": "4.7.4" } -} +} \ No newline at end of file -- cgit