From 348c55f80949df5c4c64f123548c90d5d160ccfc Mon Sep 17 00:00:00 2001 From: Ray Arayilakath <72509475+RayhanADev@users.noreply.github.com> Date: Sun, 13 Jun 2021 00:30:18 +0000 Subject: [PATCH] feat: add serve for Vercel hosting --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c3a695a --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "tether", + "version": "1.0.0", + "description": "A game about swinging a ball around and sheer destruction.", + "main": ".", + "scripts": { + "serve": "serve" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/RayhanADev/tether.git" + }, + "keywords": [], + "author": "RayhanADev", + "license": "MIT", + "bugs": { + "url": "https://github.com/RayhanADev/tether/issues" + }, + "homepage": "https://github.com/RayhanADev/tether#readme" +}