feat: Add repository field to package.json files across the project

This commit is contained in:
Nawaz Dhandala
2025-12-11 21:31:52 +00:00
parent 27a2fdc794
commit c617372e37
34 changed files with 109 additions and 17 deletions

View File

@@ -2,6 +2,10 @@
"name": "@oneuptime/nginx",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/OneUptime/oneuptime"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",