{
  "name": "emojibase-test-utils",
  "version": "17.0.0",
  "description": "Test utilities for working with Emojibase data.",
  "keywords": [
    "emoji",
    "emojibase",
    "tests",
    "utils"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:milesj/emojibase.git",
    "directory": "packages/test-utils"
  },
  "author": "Miles Johnson",
  "license": "MIT",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib/**/*",
    "src/**/*",
    "test-data.json",
    "test-messages.json",
    "test-shortcodes.json"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "emojibase": "*"
  },
  "funding": {
    "type": "ko-fi",
    "url": "https://ko-fi.com/milesjohnson"
  },
  "packemon": {
    "bundle": true,
    "format": "lib",
    "platform": "node"
  },
  "engines": {
    "node": ">=18.12.0"
  }
}
