UNPKG

@comunica/core

Version:

Lightweight, semantic and modular actor framework

53 lines (52 loc) 1.22 kB
{ "name": "@comunica/core", "version": "4.0.2", "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": "^4.0.2", "immutable": "^4.3.7" }, "gitHead": "b60deab76821557f8d027208ab743d3c66fc60ea" }