/
dropdead
/
frontend_trainee
Обзор
Документация
Войти
/
dropdead
/
frontend_trainee
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/@tinyhttp/content-disposition/package.json
30 строк
689 B
Ivan
init: add server files and depdendcies from task
06 сен 2024, 20:55
06 сен 2024, 20:55
880ac28
Код
Авторство
О чём код?
{ "name": "@tinyhttp/content-disposition", "description": "content-disposition rewrite in TypeScript", "version": "2.2.1", "license": "MIT", "homepage": "https://tinyhttp.v1rtl.site", "funding": { "type": "individual", "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1" }, "repository": { "type": "git", "url": "https://github.com/tinyhttp/tinyhttp.git", "directory": "packages/content-disposition" }, "engines": { "node": ">=12.20.0" }, "type": "module", "types": "./dist/index.d.ts", "exports": "./dist/index.js", "files": [ "dist" ], "dependencies": {}, "scripts": { "dev": "vite", "build": "vite build" } }