From dbfda79cf599d3d2ef183f7af26bea2552f88acc Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Sat, 8 Aug 2020 23:16:28 +0530 Subject: [PATCH] :tada: Init npm project --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..88a85502 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "koj-status", + "version": "0.0.0", + "description": "This repository uses GitHub Actions as an uptime monitor to track the status of Koj websites.", + "main": "dist/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/koj-co/status.git" + }, + "keywords": [ + "status", + "statuskit", + "uptime", + "uptime-monitor" + ], + "author": "Anand Chowdhary ", + "license": "MIT", + "bugs": { + "url": "https://github.com/koj-co/status/issues" + }, + "homepage": "https://github.com/koj-co/status#readme" +}