/
dropdead
/
frontend_trainee
Обзор
Документация
Войти
/
dropdead
/
frontend_trainee
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/@tinyhttp/req/package.json
38 строк
794 B
Ivan
init: add server files and depdendcies from task
06 сен 2024, 20:55
06 сен 2024, 20:55
880ac28
Код
Авторство
О чём код?
{ "name": "@tinyhttp/req", "version": "2.2.3", "type": "module", "description": "request extensions for tinyhttp", "homepage": "https://tinyhttp.v1rtl.site", "repository": { "type": "git", "url": "https://github.com/tinyhttp/tinyhttp.git", "directory": "packages/req" }, "types": "./dist/index.d.ts", "exports": "./dist/index.js", "keywords": [ "tinyhttp", "node.js", "web framework", "web", "backend", "req", "request" ], "engines": { "node": ">=12.20.0" }, "author": "v1rtl", "license": "MIT", "dependencies": { "header-range-parser": "^1.1.3", "@tinyhttp/accepts": "2.2.2", "@tinyhttp/type-is": "2.2.3", "@tinyhttp/url": "2.1.1" }, "scripts": { "dev": "vite", "build": "vite build" } }