{
  "name": "blocky-common",
  "version": "3.7.0",
  "description": "The common utilities for the blocky editor.",
  "module": "./es",
  "homepage": "https://github.com/vincentdchan/blocky-editor",
  "keywords": [],
  "author": "Vincent Chan <okcdz@diverse.space>",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.2.2",
    "vitest": "^0.14.2"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "test:unit": "vitest --run"
  }
}