{
  "name": "@comunica/runner-cli",
  "version": "5.2.3",
  "description": "A comunica runner that sends an 'init' event from a commandline process.",
  "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/runner-cli"
  },
  "bugs": {
    "url": "https://github.com/comunica/comunica/issues"
  },
  "keywords": [
    "comunica",
    "runner",
    "cli"
  ],
  "sideEffects": false,
  "main": "lib/index.js",
  "typings": "lib/index",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "comunica-run": "./bin/run.js"
  },
  "files": [
    "bin/**/*.d.ts",
    "bin/**/*.js",
    "lib/**/*.d.ts",
    "lib/**/*.js"
  ],
  "scripts": {
    "build": "node \"../../node_modules/typescript/bin/tsc\""
  },
  "dependencies": {
    "@comunica/core": "^5.2.3",
    "@comunica/runner": "^5.2.3",
    "@comunica/types": "^5.2.3",
    "process": "^0.11.10"
  },
  "gitHead": "3fd2744b40b367418b3ac485410096716cdbe71a"
}
