{
  "name": "@annotorious/core",
  "version": "3.8.0",
  "description": "Annotorious core types and functions",
  "author": "Rainer Simon",
  "license": "BSD-3-Clause",
  "homepage": "https://annotorious.dev",
  "keywords": [
    "annotation",
    "image annotation",
    "data annotation"
  ],
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/annotorious/annotorious.git"
  },
  "bugs": {
    "url": "https://github.com/annotorious/annotorious/issues"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest",
    "coverage": "vitest run --coverage"
  },
  "main": "./dist/annotorious-core.es.js",
  "module": "./dist/annotorious-core.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/deep-equal": "^1.0.4",
    "typescript": "^5.9.3",
    "vite": "^5.4.21",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4"
  },
  "dependencies": {
    "dequal": "^2.0.3",
    "nanoevents": "^9.1.0",
    "nanoid": "^5.1.7",
    "nanostores": "^1.2.0",
    "uuid": "^13.0.0"
  }
}