Generating package json files...

This commit is contained in:
2025-07-22 08:20:24 -04:00
parent acba143df6
commit 6829178979
2 changed files with 31 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "hugo_it-services",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hugo_it-services",
"version": "1.0.0",
"license": "ISC"
}
}
}
+18 -6
View File
@@ -1,10 +1,22 @@
{
"name": "hugo-it-services",
"private": true,
"name": "hugo_it-services",
"version": "1.0.0",
"description": "",
"main": "index.js",
"hugo-bin": {
"buildTags": "extended"
},
"devDependencies": {
"hugo-bin": "0.148.0"
}
}
"devDependencies": {
"hugo-bin": "0.148.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.trez.wtf/Trez.One/hugo_it-services.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}