{
  "name": "alphabets",
  "keywords": ["alphabet", "alphabets"],
  "description": "Many different alphabets, many different use cases, zero depencencies.",

  "homepage": "https://github.com/garraflavatra/alphabets#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/garraflavatra/alphabets.git"
  },

  "version": "2.0.2",
  "author": "Romein van Buren <romein@vburen.eu>",
  "license": "MIT",

  "main": "alphabets.cjs",
  "module": "alphabets.mjs",

  "files": [
    "alphabets.cjs",
    "alphabets.mjs",
    "alphabets.json"
  ]
}