{
  "name": "sportident",
  "version": "2.0.3",
  "description": "",
  "files": [
    "lib/**/*",
    "src/**/*"
  ],
  "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/ ./src/"
  },
  "author": "Simon Hatt",
  "license": "MIT",
  "dependencies": {
    "immutable": "^5.0",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@jest/globals": "^30.3.0"
  }
}
