jsonld-cli
Version:
A JSON-LD command line interface tool.
64 lines (63 loc) • 1.34 kB
JSON
{
"name": "jsonld-cli",
"version": "2.0.0",
"description": "A JSON-LD command line interface tool.",
"homepage": "https://github.com/digitalbazaar/jsonld-cli",
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com/"
},
"contributors": [
{
"name": "Dave Longley",
"email": "dlongley@digitalbazaar.com"
},
{
"name": "David I. Lehn",
"email": "dlehn@digitalbazaar.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/jsonld-cli"
},
"bugs": {
"url": "https://github.com/digitalbazaar/jsonld-cli/issues",
"email": "support@digitalbazaar.com"
},
"license": "BSD-3-Clause",
"bin": {
"jsonld": "./bin/jsonld.js"
},
"type": "module",
"dependencies": {
"commander": "^11.1.0",
"jsonld": "^8.3.2",
"jsonld-request": "^2.0.1"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^48.0.1",
"eslint-plugin-unicorn": "^50.0.1"
},
"files": [
"bin/**/*.js"
],
"engines": {
"node": ">=16"
},
"keywords": [
"JSON",
"JSON-LD",
"Linked Data",
"RDF",
"RDFa",
"Semantic Web",
"jsonld"
],
"scripts": {
"lint": "eslint ."
}
}