From 80c5cdc069f2fd96622517f41f1380f8224e3fcf Mon Sep 17 00:00:00 2001 From: John Duprey Date: Thu, 19 Dec 2024 12:19:24 -0500 Subject: [PATCH] add cipp package info --- package.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0fbd65ad5ea5..6c2c57ba925d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,18 @@ { - "name": "@devias/carpatin", - "version": "3.0.0", - "author": "Devias", - "homepage": "https://devias.io", - "private": true, + "name": "cipp", + "version": "7.0.0", + "author": "CIPP Contributors", + "homepage": "https://cipp.app/", + "bugs": { + "url": "https://github.com/KelvinTegelaar/CIPP/issues" + }, "engines": { "node": "^18.17.0" }, + "repository": { + "type": "git", + "url": "git@github.com:KelvinTegelaar/CIPP.git" + }, "scripts": { "dev": "next -H 127.0.0.1", "build": "next build && next export",