{
  "author": "Bram Stein <b.l.stein@gmail.com> (http://www.bramstein.com/)",
  "name": "characterset",
  "description": "A library for working with Unicode character sets",
  "keywords": [
    "unicode",
    "utf16",
    "characterset",
    "character set",
    "surrogate pair"
  ],
  "type": "module",
  "version": "2.0.0",
  "repository": {
    "url": "https://github.com/bramstein/characterset.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "main": "./lib/characterset.js",
  "devDependencies": {
    "expect.js": "0.2.0",
    "mocha": "^10.0.0"
  }
}
