/
Dante
/
node-core
Обзор
Документация
Войти
/
Dante
/
node-core
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/lib-git/package.json
20 строк
386 B
Александр Данилюк
add
24 сен 2024, 12:59
24 сен 2024, 12:59
9eaeea8
Код
Авторство
О чём код?
{ "name": "lib-git", "version": "1.0.0", "description": "", "main": "./build/index.js", "scripts": { "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir build/" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "grammy": "^1.23.1" }, "devDependencies": { "@types/node": "^22.5.2", "typescript": "^5.5.4" } }