{
  "name": "rtl-text",
  "main": "lib/binding.js",
  "license": "BSD-2-Clause",
  "author": "S2Maps",
  "repository": {
    "url": "git://github.com/S2-Maps/rtl-text.git",
    "type": "git"
  },
  "version": "0.1.7",
  "scripts": {
    "test": "tap test/*.js",
    "clean": "node-gyp clean",
    "configure": "node-gyp configure",
    "build": "CXXFLAGS=\"-w -I/usr/local/include\" node-gyp build"
  },
  "gypfile": true,
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "buble": "^0.20.0",
    "eslint": "^8.6.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-html": "^6.2.0",
    "tap": "^15.1.5",
    "uglify-js": "^3.14.5",
    "unassert-cli": "^1.0.0"
  },
  "dependencies": {
    "node-addon-api": "^4.2.0"
  },
  "description": "Add support for RTL languages."
}
