{
  "name": "rdf-test-suite-ldf",
  "version": "2.0.1",
  "description": "An engine testing suite",
  "keywords": [
    "sparql",
    "ldf",
    "linked data",
    "query engine",
    "test suite",
    "testing"
  ],
  "main": "index.js",
  "typings": "index",
  "repository": "https://github.com/comunica/rdf-test-suite-ldf.js.git",
  "author": "Manu De Buck <manu@mdebuck.org>",
  "license": "MIT",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/comunica-association"
  },
  "bugs": {
    "url": "https://github.com/comunica/rdf-test-suite-ldf.js/issues"
  },
  "homepage": "https://github.com/comunica/rdf-test-suite-ldf.js#readme",
  "contributors": [],
  "bin": {
    "rdf-test-suite-ldf": "bin/Runner.js"
  },
  "files": [
    "bin/**/*.d.ts",
    "bin/**/*.js",
    "bin/**/*.js.map",
    "lib/**/*.d.ts",
    "lib/**/*.js",
    "lib/**/*.json",
    "lib/**/*.js.map",
    "index.d.ts",
    "index.js.map",
    "index.js"
  ],
  "pre-commit": [
    "lint",
    "test"
  ],
  "jest": {
    "globals": {
      "ts-jest": {
        "tsConfig": "test/tsconfig.json"
      }
    },
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "transformIgnorePatterns": [
      "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
    ],
    "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "collectCoverage": true,
    "testEnvironment": "node"
  },
  "scripts": {
    "test": "jest ${1}",
    "test-watch": "jest ${1} --watch",
    "lint": "tslint index.ts lib/**/*.ts test/**/*.ts --exclude '**/*.d.ts'",
    "build": "tsc",
    "build-watch": "tsc --watch",
    "validate": "npm ls",
    "prepare": "npm run build",
    "version": "manual-git-changelog onversion"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/minimist": "^1.2.0",
    "@types/n3": "^1.1.4",
    "jest": "^29.0.0",
    "jest-rdf": "^2.0.0",
    "manual-git-changelog": "^1.0.1",
    "nock": "^14.0.0-beta.15",
    "pre-commit": "^1.2.2",
    "ts-jest": "^29.0.0",
    "tslint": "^6.0.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@types/fs-extra": "^8.0.0",
    "@types/node-fetch": "^2.5.0",
    "fs-extra": "^9.0.0",
    "global": "^4.4.0",
    "minimist": "^1.2.0",
    "n3": "^2.0.0",
    "rdf-parse": "^4.0.0",
    "rdf-store-stream": "^3.0.0",
    "rdf-test-suite": "^2.1.4",
    "tcp-port-used": "^1.0.1",
    "winston": "^3.2.1"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
