UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@comunica/core",
3 "version": "2.2.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 ],
37 "dependencies": {
38 "@comunica/types": "^2.2.0",
39 "immutable": "^4.0.0"
40 },
41 "scripts": {
42 "build": "npm run build:ts && npm run build:components",
43 "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
44 "build:components": "componentsjs-generator"
45 },
46 "gitHead": "00d4108e46250fb94b586bfb8caf5e8b1c704160"
47}