feat(sparqlutils): Add sparqlutils dependency
... | @@ -44,5 +44,8 @@ | ... | @@ -44,5 +44,8 @@ |
"doc": "typedoc --mode modules --out build/docs --exclude '**/*.test.ts' 'src/'" | "doc": "typedoc --mode modules --out build/docs --exclude '**/*.test.ts' 'src/'" | ||
}, | }, | ||
"author": "LOGILAB <contact@logilab.fr>", | "author": "LOGILAB <contact@logilab.fr>", | ||
"license": "LGPL-3.0" | "license": "LGPL-3.0", | ||
"dependencies": { | |||
"@logilab/sparqlutils": "0.0.1" | |||
} | |||
} | } |
Please register or sign in to comment