@innotrade/enapso-graphdb-admin
Version:
ENAPSO Graph Database Admin Tools for Node.js
59 lines (58 loc) • 2.03 kB
JSON
{
"name": "@innotrade/enapso-graphdb-admin",
"version": "1.6.0",
"description": "ENAPSO Graph Database Admin Tools for Node.js",
"main": "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-admin.git"
},
"keywords": [
"enapso",
"innotrade",
"graphdb",
"graphdatabase",
"ontotext",
"admin",
"administration",
"ontology",
"knowledgegraph",
"sparql",
"rdf",
"owl"
],
"author": "Innotrade GmbH, Alexander Schulze",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/innotrade/enapso-graphdb-admin/issues"
},
"homepage": "https://github.com/innotrade/enapso-graphdb-admin#readme",
"dependencies": {
"@innotrade/enapso-config": "^1.3.3",
"@innotrade/enapso-graphdb-admin": "file:",
"@innotrade/enapso-graphdb-client": "^1.10.0",
"@innotrade/enapso-logger": "^1.1.0",
"archiver": "^7.0.1",
"axios": "^1.15.0",
"form-data": "^4.0.2",
"path": "^0.12.7",
"qs": "^6.14.0",
"stream": "^0.0.3"
},
"devDependencies": {
"chai": "^5.2.0",
"mocha": "^11.5.0",
"prettier": "^3.5.3"
},
"overrides": {
"diff": "^9.0.0",
"serialize-javascript": "^7.0.5",
"glob": "^13.0.0"
}
}