/
nikolv19
/
comala
Обзор
Документация
Войти
/
nikolv19
/
comala
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
node_modules/archpkg/package.json
33 строки
722 B
nikolv19
Сomala
19 сен 2024, 13:06
19 сен 2024, 13:06
0efe4db
Код
Авторство
О чём код?
{ "name": "archpkg", "version": "2.0.1", "description": "The DocHub metamodel repository manager.", "private": false, "main": "index.js", "module": "index.js", "homepage": "https://dochub.info", "bin": { "archpkg": "cli/main.js" }, "repository": "git+https://github.com/rpiontik/archpkg.git", "scripts": { "start": "PUBLIC_URL=/ ", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "DocHub", "AaaC", "Metamodels", "Architecture" ], "author": "R.Piontik", "license": "GPLV3", "dependencies": { "archpkg": "^1.0.17", "request": "^2.88.2", "semver": "^7.5.4", "tar": "^6.2.0", "yaml": "^2.3.4", "zlib": "^1.0.5" } }