{
    "name": "@innotrade/enapso-graphdb-client",
    "version": "1.10.0",
    "description": "ENAPSO Graph Database Client for Node.js",
    "main": "index.js",
    "scripts": {
        "test": "mocha --timeout 10000 --baseURL 'http://localhost:7200' --triplestore 'graphdb' --username 'admin' --password 'root'",
        "test:fuseki": "mocha --timeout 10000 --baseURL 'http://localhost:3030' --triplestore 'fuseki' --username 'admin' --password 'admin'",
        "test:stardog": "mocha --timeout 10000 --baseURL 'http://localhost:5820' --triplestore 'stardog' --username 'admin' --password 'admin'",
        "test:graphdb": "mocha --timeout 10000 --baseURL 'http://localhost:7200' --triplestore 'graphdb' --username 'admin' --password 'root'",
        "test:qlever": "mocha --timeout 10000 --baseURL 'http://localhost:7001' --triplestore 'qlever'"

    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/innotrade/enapso-graphdb-client.git"
    },
    "keywords": [
        "ENAPSO",
        "innotrade",
        "graphdb",
        "graphdatabase",
        "ontotext",
        "client",
        "ontology",
        "knowledgegraph",
        "sparql",
        "rdf",
        "owl"
    ],
    "author": "Innotrade GmbH, Alexander Schulze",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/innotrade/enapso-graphdb-client/issues"
    },
    "homepage": "https://github.com/innotrade/enapso-graphdb-client#readme",
    "dependencies": {
        "@innotrade/enapso-config": "^1.3.3",
        "@innotrade/enapso-graphdb-client": "file:",
        "@innotrade/enapso-logger": "1.1.0",
        "@innotrade/enapso-sparql-client": "^1.2.0",
        "axios": "^1.15.0",
        "lodash": "^4.17.21"
    },
    "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"
    }
}
