Initialize package.json for 3dp-manager project

This commit is contained in:
DenPiligrim
2026-02-26 00:03:59 +03:00
committed by GitHub
parent 0decb0bc82
commit 2a7d351abb
+12
View File
@@ -0,0 +1,12 @@
{
"name": "3dp-manager",
"version": "2.0.1",
"description": "Inbound generator for 3x-ui",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/denpiligrim/3dp-manager.git"
},
"author": "DenPiligrim",
"license": "GPL-3.0"
}