@comunica/bus-hash-bindings
Version:
A comunica bus for hash-bindings events.
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "@comunica/bus-hash-bindings",
"version": "5.2.3",
"description": "A comunica bus for hash-bindings events.",
"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/bus-hash-bindings"
},
"bugs": {
"url": "https://github.com/comunica/comunica/issues"
},
"keywords": [
"comunica",
"bus",
"hash-bindings"
],
"sideEffects": false,
"main": "lib/index.js",
"typings": "lib/index",
"publishConfig": {
"access": "public"
},
"files": [
"components",
"lib/**/*.d.ts",
"lib/**/*.js",
"lib/**/*.js.map"
],
"scripts": {
"build": "yarn run build:ts && yarn run build:components",
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
"build:components": "componentsjs-generator"
},
"dependencies": {
"@comunica/core": "^5.2.3",
"@comunica/types": "^5.2.3",
"@rdfjs/types": "*"
},
"gitHead": "3fd2744b40b367418b3ac485410096716cdbe71a"
}