{
  "name": "@loadsmart/utils-string",
  "private": false,
  "version": "0.3.1",
  "description": "useful functions for manipulating string",
  "keywords": [
    "string"
  ],
  "author": "Davidson Fellipe <davidson@loadsmart.com>",
  "homepage": "https://engineering.loadsmart.com/",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loadsmart/utils.git"
  },
  "scripts": {
    "tsc": "tsc",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/loadsmart/utils/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4f6634e1b44cfac6d29729db105c6183cba50f0d"
}
