{
  "name": "maniiifest",
  "version": "1.4.5",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "start": "ts-node examples/example.ts",
    "generate-docs": "typedoc --out docs src"
  },
  "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"
  }
}
