/
lorriant
/
nodejs_graphql
Обзор
Документация
Войти
/
lorriant
/
nodejs_graphql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
23 строки
581 B
Lorrain Tapioca
graphql is working
06 июн 2025, 01:46
06 июн 2025, 01:46
7d1b3f3
Код
Авторство
О чём код?
{ "name": "nodejs_graphql", "version": "1.0.0", "description": "[https://habr.com/ru/articles/424199/](https://habr.com/ru/articles/424199/)", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "ssh://git@gitverse.ru:2222/lorriant/nodejs_graphql.git" }, "keywords": [], "author": "lorriant", "license": "ISC", "type": "commonjs", "dependencies": { "express": "^5.1.0", "graphql": "^16.11.0", "graphql-http": "^1.22.4" } }