{
  "name": "@comunica/core",
  "version": "5.2.0",
  "description": "Lightweight, semantic and modular actor framework",
  "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/core"
  },
  "bugs": {
    "url": "https://github.com/comunica/comunica/issues"
  },
  "keywords": [
    "semantic",
    "actor",
    "framework",
    "events",
    "messages"
  ],
  "sideEffects": false,
  "main": "lib/index.js",
  "files": [
    "components",
    "lib/**/*.d.ts",
    "lib/**/*.js",
    "lib/**/*.js.map"
  ],
  "engines": {
    "node": ">=14.0"
  },
  "typings": "lib/index",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn run build:ts && yarn run build:components",
    "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
    "build:components": "componentsjs-generator"
  },
  "dependencies": {
    "@comunica/types": "^5.2.0",
    "immutable": "^5.1.3"
  },
  "gitHead": "ebb0e79bddcd850fcb8d0fb5b422af88e67fa283"
}
