1 | {
|
2 | "name": "@comunica/core",
|
3 | "version": "4.1.0",
|
4 | "description": "Lightweight, semantic and modular actor framework",
|
5 | "lsd:module": true,
|
6 | "license": "MIT",
|
7 | "funding": {
|
8 | "type": "opencollective",
|
9 | "url": "https://opencollective.com/comunica-association"
|
10 | },
|
11 | "homepage": "https://comunica.dev/",
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "https://github.com/comunica/comunica.git",
|
15 | "directory": "packages/core"
|
16 | },
|
17 | "bugs": {
|
18 | "url": "https://github.com/comunica/comunica/issues"
|
19 | },
|
20 | "keywords": [
|
21 | "semantic",
|
22 | "actor",
|
23 | "framework",
|
24 | "events",
|
25 | "messages"
|
26 | ],
|
27 | "sideEffects": false,
|
28 | "main": "lib/index.js",
|
29 | "files": [
|
30 | "components",
|
31 | "lib/**/*.d.ts",
|
32 | "lib/**/*.js",
|
33 | "lib/**/*.js.map"
|
34 | ],
|
35 | "engines": {
|
36 | "node": ">=14.0"
|
37 | },
|
38 | "typings": "lib/index",
|
39 | "publishConfig": {
|
40 | "access": "public"
|
41 | },
|
42 | "scripts": {
|
43 | "build": "yarn run build:ts && yarn run build:components",
|
44 | "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
|
45 | "build:components": "componentsjs-generator"
|
46 | },
|
47 | "dependencies": {
|
48 | "@comunica/types": "^4.1.0",
|
49 | "immutable": "^4.3.7"
|
50 | },
|
51 | "gitHead": "711446473d18f5fd47aa1a67e6c23582234221ec"
|
52 | }
|