@innotrade/enapso-graphdb-cli
Version:
ENAPSO Graph Databases Command Line Interface
62 lines (61 loc) • 2.1 kB
JSON
{
"name": "@innotrade/enapso-graphdb-cli",
"version": "1.3.26",
"description": "ENAPSO Graph Databases Command Line Interface",
"main": "index.js",
"bin": {
"enapsogdb": "./index.js"
},
"scripts": {
"test": "mocha --timeout 100000 --baseURL 'http://localhost:7200' --triplestore 'graphdb' --username 'admin' --password 'root'",
"test:fuseki": "mocha --timeout 100000 --baseURL 'http://localhost:3030' --triplestore 'fuseki' --username 'admin' --password 'admin'",
"test:stardog": "mocha --timeout 100000 --baseURL 'http://localhost:5820' --triplestore 'stardog' --username 'admin' --password 'admin'",
"test:graphdb": "mocha --timeout 100000 --baseURL 'http://localhost:7200' --triplestore 'graphdb' --username 'admin' --password 'root'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innotrade/enapso-graphdb-cli.git"
},
"keywords": [
"enapso",
"ontotext",
"graphdb",
"stardog",
"fuseki",
"triplestore",
"graphdatabase",
"owl",
"rdf",
"sparql",
"ontology",
"knowledgegraph",
"command line interface",
"cli"
],
"author": "Alexander Schulze",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/innotrade/enapso-graphdb-cli/issues"
},
"homepage": "https://github.com/innotrade/enapso-graphdb-cli#readme",
"dependencies": {
"@innotrade/enapso-config": "^1.3.3",
"@innotrade/enapso-graphdb-admin": "^1.5.12",
"@innotrade/enapso-graphdb-cli": "file:",
"@innotrade/enapso-graphdb-client": "^1.9.8",
"axios": "1.9.0",
"chai": "^5.2.0",
"child_process": "^1.0.2",
"command-line-args": "^6.0.1",
"mocha": "^11.5.0",
"stream": "^0.0.3"
},
"devDependencies": {
"prettier": "^3.5.3"
},
"pkg": {
"assets": [
"node_modules/axios/**/*"
]
}
}