UNPKG

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