{
  "name": "etu-cli",
  "version": "0.4.19",
  "description": "command line tool to lanch iiif in localhost",
  "keywords": [
    "etu",
    "iiif"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT License",
  "author": "IIIF China",
  "files": [
    "bin",
    "viewer",
    "template",
    "cookbook",
    "app"
  ],
  "bin": {
    "etu": "bin/index.mjs"
  },
  "type": "module",
  "scripts": {
    "prepare": "npm install --prefix app"
  },
  "dependencies": {
    "@aws-sdk/client-cognito-identity": "^3.335.0",
    "@aws-sdk/client-cognito-identity-provider": "^3.335.0",
    "@aws-sdk/client-dynamodb": "^3.338.0",
    "@aws-sdk/client-s3": "^3.332.0",
    "@aws-sdk/client-sts": "^3.335.0",
    "@aws-sdk/lib-dynamodb": "^3.338.0",
    "@aws-sdk/lib-storage": "^3.332.0",
    "@emotion/react": "^11.11.0",
    "@emotion/styled": "^11.11.0",
    "@etu-wiki/iiif-present-builder": "^1.0.27",
    "@etu-wiki/sharp-iiif-shims": "^0.0.80",
    "@fastify/static": "^6.10.2",
    "@mui/icons-material": "^5.11.16",
    "@mui/material": "^5.13.3",
    "arg": "^5.0.1",
    "axios": "^1.4.0",
    "bytes": "^3.1.2",
    "chalk": "^5.0.1",
    "colors": "^1.4.0",
    "commander": "^9.4.1",
    "compression": "^1.7.4",
    "config": "^3.3.9",
    "fastify": "^4.23.0",
    "get-folder-size": "^4.0.0",
    "inquirer": "^9.1.4",
    "js-yaml": "^4.1.0",
    "jsonwebtoken": "^9.0.0",
    "koa": "^2.14.2",
    "koa-router": "^12.0.0",
    "koa2-cors": "^2.0.6",
    "livereload": "^0.9.3",
    "md5": "^2.3.0",
    "md5-file": "^5.0.0",
    "mustache": "^4.2.0",
    "open": "^8.4.0",
    "open-in-editor": "^2.2.0",
    "ora": "^6.1.0",
    "p-limit": "^4.0.0",
    "serve-handler": "^6.1.3",
    "sharp": "^0.33.5",
    "tar": "^6.1.11",
    "typescript": "^5.4.2",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/node": "^20.2.5",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "@vitejs/plugin-react-swc": "^3.7.0",
    "eslint": "^8.38.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.1",
    "nodemon": "^2.0.22",
    "vite": "^5.3.4"
  }
}
