From b541c862b446c0870f8bea9923564ecb149f69ed Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 17 Aug 2021 20:52:51 +0200 Subject: [PATCH] Updated basic package stuff --- package.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ae56908..f4a1404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,20 @@ { - "name": "linkylinky-chrome", + "name": "@odit/linkylinky-chrome", "version": "0.0.1", + "license": "MIT", + "private": false, + "author": { + "name": "ODIT.Services", + "email": "info@odit.services", + "url": "https://odit.services" + }, + "contributors": [ + { + "name": "Nicolai Ort", + "email": "info@nicolai-ort.com", + "url": "https://nicolai-ort.com" + } + ], "scripts": { "build": "npm run prebuild && npm run build:copy && npm run build:css", "prebuild": "rimraf ./dist ./*.zip",