From 8a943500d97598a0b49ef655dc1b5484fe5e83d8 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Wed, 2 Feb 2022 00:06:53 -0700 Subject: Initial commit --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..88c05f0 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "wordly", + "version": "0.0.1", + "description": "Quick PWA clone of Wordle", + "author": "Alexis Hovorka ", + "license": "MIT", + "main": "app.js", + "scripts": { + "start": "node app.js" + }, + "repository": { + "type": "git", + "url": "" + }, + "private": true +} -- cgit v1.2.3-70-g09d2