first commit

This commit is contained in:
Ilia Miheev
2025-11-22 22:14:33 +03:00
commit b4d17173e5
12 changed files with 422 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "docidoci",
"version": "1.0.0",
"description": "Создание структуры сайта-документации на docsify",
"main": "index.js",
"bin": {
"docidoci": "./index.js"
},
"keywords": [
"docsify",
"doc",
"documentation",
"maket",
"constructor",
"документация",
"макет",
"конструктор"
],
"author": {
"name": "m_ilia",
"email": "polo-volumes-ounce@duck.com"
},
"license": "ISC",
"dependencies": {
"adm-zip": "^0.5.16",
"minimist": "^1.2.8"
}
}