{
  "name": "@dasch-swiss/dsp-js",
  "version": "12.0.1",
  "description": "TypeScript client library for DSP-API",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/dasch-swiss/dsp-app.git",
    "directory": "libs/dsp-js"
  },
  "bugs": {
    "url": "https://github.com/dasch-swiss/dsp-app/issues"
  },
  "homepage": "https://github.com/dasch-swiss/dsp-app/tree/main/libs/dsp-js#readme",
  "keywords": [
    "typescript",
    "javascript",
    "dsp",
    "knora",
    "api"
  ],
  "author": "Data & Service Center for the Humanities DaSCH, University of Basel",
  "peerDependencies": {
    "rxjs": "^7.8.0"
  },
  "dependencies": {
    "json2typescript": "^1.6.1",
    "jsonld": "^8.1.0"
  },
  "module": "./src/index.js",
  "type": "module"
}