UNPKG

@bitpatty/imgproxy-url-builder

Version:

A TypeScript helper library for building imgproxy URLs

73 lines (72 loc) 1.96 kB
{ "name": "@bitpatty/imgproxy-url-builder", "version": "1.8.0-rc1", "description": "A TypeScript helper library for building imgproxy URLs", "author": "Matteias Collet <matteias.collet@pm.me>", "contributors": [ { "name": "Coo van Leeuwen", "url": "https://github.com/c00" }, { "name": "Ushakov Fedor", "url": "https://github.com/ushakovfserg" } ], "type": "module", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts" } }, "scripts": { "prebuild": "rm -rf dist", "build": "rollup -c", "test": "jest --verbose --coverage", "docs": "typedoc && node scripts/populate-readme.cjs", "deps:force-upgrade": "npm-check-updates -u && rm -rf node_modules && rm -f package-lock.json && npm i" }, "keywords": [ "imgproxy", "imgproxyjs", "browser", "node" ], "repository": { "type": "git", "url": "https://github.com/BitPatty/imgproxy-url-builder.git" }, "license": "MIT", "bugs": { "url": "https://github.com/BitPatty/imgproxy-url-builder/issues" }, "files": [ "dist" ], "homepage": "https://github.com/BitPatty/imgproxy-url-builder#readme", "devDependencies": { "@types/jest": "29.5.14", "@types/node": "22.7.9", "@typescript-eslint/eslint-plugin": "8.11.0", "@typescript-eslint/parser": "8.11.0", "crypto-js": "4.2.0", "eslint": "9.13.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-jest": "28.8.3", "eslint-plugin-prettier": "5.2.1", "npm-check-updates": "17.1.5", "prettier": "3.3.3", "rollup": "4.24.0", "rollup-plugin-typescript2": "0.36.0", "ts-jest": "29.2.5", "ts-node": "10.9.2", "tslib": "2.8.0", "typedoc": "0.26.10", "typescript": "5.6.3" } }