UNPKG

maniiifest

Version:

Typesafe IIIF presentation v3 manifest and collection parsing without external dependencies

39 lines (38 loc) 1.01 kB
{ "name": "maniiifest", "version": "2.1.1", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "pretest": "ts-node test/setup-fixtures.ts", "test": "jest", "build": "tsc", "start": "ts-node examples/example.ts", "generate-docs": "typedoc --excludePrivate --out docs src", "generate-iiif-types": "ts-node scripts/generate-iiif-types.ts", "compilespec": "ts-node scripts/compilespec.ts" }, "repository": { "type": "git", "url": "git+https://github.com/jptmoore/maniiifest.git" }, "keywords": [ "IIIF", "Manifest", "IIIF Presentation API" ], "author": "John P. T. Moore", "license": "MIT", "description": "Typesafe IIIF presentation v3 manifest and collection parsing without external dependencies", "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.2.4", "ts-node": "^10.0.0", "typedoc": "^0.22.0", "typescript": "^4.0.0" } }