Updated basic package stuff

This commit is contained in:
Nicolai Ort 2021-08-17 20:52:51 +02:00
parent 7a79db69ee
commit b541c862b4
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 15 additions and 1 deletions

View File

@ -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",