forked from KelvinTegelaar/CIPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42ba690
commit 80c5cdc
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]:KelvinTegelaar/CIPP.git" | ||
}, | ||
"scripts": { | ||
"dev": "next -H 127.0.0.1", | ||
"build": "next build && next export", | ||
|