{
  "name": "@react-pdf/textkit",
  "license": "MIT",
  "version": "2.0.5",
  "description": "An advanced text layout framework",
  "main": "./lib/index.js",
  "contributors": [
    "Devon Govett <devongovett@gmail.com>",
    "Diego Muracciole <diegomuracciole@gmail.com>"
  ],
  "scripts": {
    "test": "jest",
    "build": "rimraf ./lib && babel src --out-dir lib",
    "watch": "rimraf ./lib && babel src --out-dir lib --watch"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "@babel/runtime": "^7.4.3",
    "@react-pdf/unicode-properties": "^2.4.1",
    "hyphen": "^1.6.4",
    "ramda": "^0.26.1"
  },
  "gitHead": "e15b90e39aefde8635663b58ef2e3ffa6494cecd"
}
