{
  "name": "@comunica/mediatortype-time",
  "version": "5.2.2",
  "description": "A comunica mediator type for the 'time' parameter.",
  "lsd:module": true,
  "license": "MIT",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/comunica-association"
  },
  "homepage": "https://comunica.dev/",
  "repository": {
    "type": "git",
    "url": "https://github.com/comunica/comunica.git",
    "directory": "packages/mediatortype-time"
  },
  "bugs": {
    "url": "https://github.com/comunica/comunica/issues"
  },
  "keywords": [
    "comunica",
    "bus",
    "init"
  ],
  "sideEffects": false,
  "main": "lib/index.js",
  "typings": "lib/index",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "components",
    "lib/**/*.d.ts",
    "lib/**/*.js",
    "lib/**/*.js.map"
  ],
  "scripts": {
    "build": "node \"../../node_modules/typescript/bin/tsc\""
  },
  "dependencies": {
    "@comunica/core": "^5.2.2"
  },
  "gitHead": "c064abdfd8943e84c2aacbe01faec643ed8d289b"
}
