From ebf6d7272adb48f7cf01e1413f6d2c1fe3999a5c Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 31 Dec 2020 14:41:25 +0100 Subject: [PATCH] Basic package.json --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..362c427 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "@odit/license-exporter", + "version": "0.0.1", + "description": "A simple license crawler", + "main": "dist/index.js", + "author": "ODIT.Services", + "license": "MIT", + "contributors": [ + { + "name": "Philipp Dormann", + "email": "philipp@philippdormann.de", + "url": "https://philippdormann.de" + }, + { + "name": "Nicolai Ort", + "email": "info@nicolai-ort.com", + "url": "https://nicolai-ort.com" + } + ], + "keywords": [ + "license" + ], + "repository": { + "type": "git", + "url": "https://git.odit.services/odit/license-exporter" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + } +}