UNPKG

@comunica/types

Version:

Typings module for Comunica

53 lines (52 loc) 1.26 kB
{ "name": "@comunica/types", "version": "4.2.0", "description": "Typings module for Comunica", "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/types" }, "bugs": { "url": "https://github.com/comunica/comunica/issues" }, "keywords": [ "comunica", "types" ], "sideEffects": false, "main": "lib/index.js", "typings": "lib/index", "publishConfig": { "access": "public" }, "files": [ "bin/**/*.d.ts", "bin/**/*.js", "bin/**/*.js.map", "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": { "@rdfjs/types": "*", "@types/yargs": "^17.0.24", "asynciterator": "^3.9.0", "lru-cache": "^10.0.1", "sparqlalgebrajs": "^4.3.8" }, "gitHead": "94e1eacab069551590cc250074b36bce08720c4c" }