{
  "name": "sportident-testbench-shell",
  "version": "2.0.3",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "eslint": "eslint ./src/ --ext .ts,.tsx",
    "tsc": "tsc",
    "typedoc": "typedoc --out ../../docs/typedoc/sportident-testbench-shell/ ./src/"
  },
  "author": "Simon Hatt",
  "license": "MIT",
  "dependencies": {
    "sportident": "^2.0.3"
  }
}
