{
  "name": "@comunica/mediatortype-time",
  "version": "4.2.0",
  "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": "^4.2.0"
  },
  "gitHead": "94e1eacab069551590cc250074b36bce08720c4c"
}
