From 35c29499aea2dbe19450a0f48423e705a6d61194 Mon Sep 17 00:00:00 2001 From: Trishant Pahwa Date: Fri, 21 Jan 2022 10:41:13 +0530 Subject: [PATCH] Initialized npm package. --- 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 0000000..d131811 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "dorky", + "version": "1.0.0", + "description": "DevOps Records Keeper.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/trishantpahwa/dorky.git" + }, + "keywords": [ + "DevOps", + "env", + "yaml", + "json" + ], + "author": "Trishant Pahwa", + "license": "ISC", + "bugs": { + "url": "https://github.com/trishantpahwa/dorky/issues" + }, + "homepage": "https://github.com/trishantpahwa/dorky#readme" +}