{
  "name": "ot-text-unicode",
  "version": "4.0.0",
  "description": "OT type for plaintext",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "unicount": "1.1"
  },
  "devDependencies": {
    "mocha": "^7.1.2",
    "ot-fuzzer": "^1.3.0",
    "typescript": "^3.2.1"
  },
  "scripts": {
    "test": "mocha test/*.js",
    "prepare": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ottypes/text.git"
  },
  "files": [
    "dist/",
    "test/genOp.js"
  ],
  "keywords": [
    "ot",
    "text",
    "sharejs"
  ],
  "author": "Joseph Gentle <me@josephg.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ottypes/text/issues"
  },
  "homepage": "https://github.com/ottypes/text"
}
