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