{
  "name": "@toa.io/extensions.exposition",
  "version": "0.24.0-alpha.0",
  "description": "Toa Exposition",
  "author": "temich <tema.gurtovoy@gmail.com>",
  "homepage": "https://github.com/toa-io/toa#readme",
  "main": "transpiled/index.js",
  "types": "transpiled/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toa-io/toa.git"
  },
  "bugs": {
    "url": "https://github.com/toa-io/toa/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@toa.io/core": "0.24.0-alpha.0",
    "@toa.io/generic": "0.24.0-alpha.0",
    "@toa.io/http": "0.24.0-alpha.0",
    "@toa.io/schemas": "0.24.0-alpha.0",
    "@toa.io/streams": "0.24.0-alpha.0",
    "bcryptjs": "2.4.3",
    "cors": "2.8.5",
    "error-value": "0.3.0",
    "express": "4.18.2",
    "js-yaml": "4.1.0",
    "matchacho": "0.3.5",
    "msgpackr": "1.9.5",
    "negotiator": "0.6.3",
    "paseto": "3.1.4"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "scripts": {
    "test": "jest",
    "transpile": "rm -rf transpiled && npx tsc && npm run transpile:basic && npm run transpile:tokens && npm run transpile:roles",
    "transpile:basic": "rm -rf ./components/identity.basic/operations && npx tsc -p ./components/identity.basic",
    "transpile:tokens": "rm -rf ./components/identity.tokens/operations && npx tsc -p ./components/identity.tokens",
    "transpile:roles": "rm -rf ./components/identity.roles/operations && npx tsc -p ./components/identity.roles",
    "features": "npx cucumber-js"
  },
  "devDependencies": {
    "@toa.io/extensions.storages": "0.24.0-alpha.0",
    "@types/bcryptjs": "2.4.3",
    "@types/cors": "2.8.13",
    "@types/express": "4.17.17",
    "@types/fs-extra": "11.0.4",
    "@types/negotiator": "0.6.1",
    "fs-extra": "11.1.1"
  },
  "gitHead": "09a88bdf444bc5dba66dbf0005c382f3526f0296"
}
