{
  "name": "word-wrappr",
  "version": "1.0.9",
  "description": "Wraps text according to its rendered width",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "mocha test/test_wrappr.js"
  },
  "keywords": [
    "word",
    "wrap",
    "font"
  ],
  "author": "Shane Carr",
  "license": "MIT",
  "dependencies": {
    "async": "^3.2.2",
    "command-line-args": "^3.0.1",
    "command-line-usage": "^5.0.5",
    "opentype.js": "^0.6.4"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "expect.js": "^0.3.1",
    "mocha": "^9.2.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sffc/word-wrappr"
  },
  "bin": {
    "wrappr": "bin/cli.js"
  }
}
