{
  "name": "jsonld-dataset-proxy",
  "version": "1.2.3",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc-watch",
    "test": "jest --coverage",
    "docs": "typedoc",
    "prepublishOnly": "npm run test && npm run build && npm run docs",
    "start": "ts-node ./example/example.ts",
    "start:lang": "ts-node ./example/languageExample.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/o-development/jsonld-dataset-proxy.git"
  },
  "author": "Jackson Morgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/o-development/jsonld-dataset-proxy/issues"
  },
  "homepage": "https://github.com/o-development/jsonld-dataset-proxy#readme",
  "devDependencies": {
    "@rdfjs/types": "^1.0.1",
    "@types/jest": "^27.0.3",
    "@types/jsonld": "^1.5.6",
    "@types/n3": "^1.10.4",
    "@types/rdfjs__dataset": "^1.0.5",
    "@types/shexj": "^2.1.1",
    "@typescript-eslint/eslint-plugin": "^5.8.0",
    "@typescript-eslint/parser": "^5.8.0",
    "eslint": "^8.5.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.5",
    "prettier": "^2.5.1",
    "shex-test": "^0.5.5",
    "ts-jest": "^27.1.2",
    "ts-node": "^10.4.0",
    "tsc-watch": "^6.0.0",
    "typedoc": "^0.23.2",
    "typedoc-plugin-markdown": "^3.13.1",
    "typescript": "^4.5.4"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@rdfjs/data-model": "^1.2.0",
    "jsonld2graphobject": "^0.0.4",
    "o-dataset-pack": "^0.2.14"
  }
}
