{
  "name": "@hyperion-framework/vault",
  "version": "2.0.0-alpha.0",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "web": "dist/index.umd.js",
  "typings": "dist/types/index.d.ts",
  "author": "Stephen Fraser <stephen.fraser@digirati.com>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c && tsc -p ./tsconfig.types.json",
    "start": "rollup -c --watch",
    "test": "jest",
    "build-types": "tsc -p ./tsconfig.types.json",
    "prepare": "NODE_ENV=production rollup -c && tsc -p ./tsconfig.types.json"
  },
  "dependencies": {
    "@atlas-viewer/iiif-image-api": "^1.2.4",
    "@hyperion-framework/parser": "^2.0.0-alpha.0",
    "@hyperion-framework/store": "^2.0.0-alpha.0",
    "@hyperion-framework/types": "^2.0.0-alpha.0",
    "@types/geojson": "^7946.0.7",
    "mitt": "^2.1.0",
    "rollup": "^2.36.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "typescript": "^3.9.5"
  }
}
