{
  "name": "@instructure/k5uploader",
  "version": "2.0.1",
  "description": "html 5 kaltura uploader",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "check": "biome check --write",
    "dev": "tsc --watch",
    "format": "biome format --write",
    "test": "vitest run"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "author": "Instructure",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@biomejs/biome": "*",
    "@types/node": "^22.8.1",
    "typescript": "*",
    "vitest": "*"
  }
}