UNPKG

@atlas-viewer/iiif-image-api

Version:

A series of helpers for working with the IIIF Image API.

62 lines (61 loc) 1.34 kB
{ "name": "@atlas-viewer/iiif-image-api", "version": "2.2.2", "typings": "dist/index.d.ts", "author": "Stephen Fraser <stephen.fraser@digirati.com>", "license": "MIT", "bugs": "https://github.com/atlas-viewer/iiif-image-api/issues", "repository": { "type": "git", "url": "https://github.com/atlas-viewer/iiif-image-api.git" }, "engines": { "node": ">=18.14.1" }, "keywords": [ "iiif", "atlas-viewer", "typescript" ], "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "scripts": { "build": "tsup src/index.ts", "dev": "tsup src/index.ts --watch", "typecheck": "tsc --noEmit", "test": "vitest", "prepack": "tsup src/index.ts", "lint": "publint" }, "dependencies": { "@iiif/presentation-3": "*" }, "devDependencies": { "prettier": "^3.2.5", "tslib": "^2.6.2", "typescript": "^5.4.4", "publint": "^0.2.7", "tsup": "^8.0.2", "vitest": "^1.4.0" }, "publishConfig": { "access": "public" } }