UNPKG

cozy-iiif

Version:

A developer-friendly collection of abstractions and utilities built on top of @iiif/presentation-3 and @iiif/parser

43 lines (42 loc) 1.08 kB
{ "name": "cozy-iiif", "version": "0.8.2", "description": "A developer-friendly collection of abstractions and utilities built on top of @iiif/presentation-3 and @iiif/parser", "license": "MIT", "author": "Rainer Simon", "keywords": [ "IIIF" ], "homepage": "https://github.com/rsimon/cozy-iiif#readme", "bugs": { "url": "https://github.com/rsimon/cozy-iiif/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rsimon/cozy-iiif.git" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "vite build && tsc --emitDeclarationOnly", "test": "vitest" }, "exports": { ".": "./dist/index.js", "./helpers": "./dist/helpers/index.js", "./level-0": "./dist/level-0/index.js" }, "devDependencies": { "typescript": "^6.0.3", "vite": "^8.0.11", "vitest": "^4.1.5" }, "dependencies": { "@iiif/parser": "^2.2.10", "@iiif/presentation-3": "^2.2.3", "image-size": "^2.0.2", "p-throttle": "^8.1.0", "uuid": "^14.0.0" } }