{ "name": "@tinyhttp/vary", "description": "vary rewrite in TypeScript and ESM", "version": "0.1.3", "type": "module", "exports": "./dist/index.js", "types": "dist/index.d.ts", "engines": { "node": ">=12.20" }, "repository": { "type": "git", "url": "git+https://github.com/tinyhttp/vary.git" }, "keywords": [ "http", "esm", "es", "vary", "nodejs", "javascript" ], "files": [ "dist" ], "author": "v1rtl ", "license": "MIT", "bugs": { "url": "https://github.com/tinyhttp/vary/issues" }, "homepage": "https://github.com/tinyhttp/vary#readme", "devDependencies": { "@types/node": "^20.7.1", "@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/parser": "^6.7.3", "c8": "^8.0.1", "tsm": "^2.3.0", "tsup": "^7.2.0", "typescript": "^5.2.2", "uvu": "^0.5.6" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup src/index.ts --minify-whitespace --format esm --dts", "test": "tsm node_modules/uvu/bin.js test", "test:coverage": "c8 --include=src pnpm test", "test:report": "c8 report --reporter=text-lcov > coverage.lcov" } }