{
  "name": "@rubensworks/process-sparql-benchmark-results",
  "version": "1.3.5",
  "description": "Personal tools to post-process query results from SPARQL benchmarks",
  "repository": "https://github.com/rubensworks/process-sparql-benchmark-results.js",
  "keywords": [
    "sparql",
    "benchmark",
    "runner"
  ],
  "license": "MIT",
  "bin": {
    "psbr": "./bin/psbr"
  },
  "bugs": {
    "url": "https://github.com/rubensworks/process-sparql-benchmark-results.js/issues"
  },
  "homepage": "https://github.com/rubensworks/process-sparql-benchmark-results.js#readme",
  "main": "index.js",
  "typings": "index",
  "files": [
    "bin/**/*.d.ts",
    "bin/**/*.js",
    "bin/**/*.js.map",
    "lib/**/*.d.ts",
    "bin/psbr",
    "lib/**/*.js",
    "lib/**/*.json",
    "lib/templates",
    "lib/**/*.js.map",
    "index.d.ts",
    "index.js.map",
    "index.ts"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest ${1}",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "lint": "eslint . --ext .ts --cache",
    "prepare": "npm run build",
    "version": "manual-git-changelog onversion"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run build && npm run lint && npm run test"
    }
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.json"
      }
    },
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "testRegex": "/test/.*-test.ts$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "collectCoverage": true,
    "coveragePathIgnorePatterns": [
      "test"
    ]
  },
  "dependencies": {
    "@rubensworks/saxes": "^6.0.1",
    "@types/cross-spawn": "^6.0.2",
    "@types/fs-extra": "^9.0.11",
    "@types/yargs": "^16.0.1",
    "cross-spawn": "^7.0.3",
    "csv-parse": "^4.16.0",
    "ora": "^5.4.1",
    "winston": "^3.3.3",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@rubensworks/eslint-config": "^1.0.1",
    "@types/jest": "^26.0.0",
    "@types/node": "^14.14.7",
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.1.1",
    "coveralls": "^3.0.0",
    "eslint": "^7.9.0",
    "eslint-config-es": "^3.23.0",
    "eslint-import-resolver-typescript": "^2.3.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^24.0.2",
    "eslint-plugin-tsdoc": "^0.2.7",
    "eslint-plugin-unused-imports": "^0.1.3",
    "fs-extra": "^10.0.0",
    "husky": "^4.2.5",
    "jest": "^26.6.3",
    "jest-extended": "^0.11.2",
    "manual-git-changelog": "^1.0.1",
    "streamify-array": "^1.0.1",
    "ts-jest": "^26.4.3",
    "typescript": "^4.2.4"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
