{
  "name": "@icodebible/utils",
  "version": "1.5.9",
  "description": "Collection of essential utilities that help manipulation and transformation of various js object.",
  "main": "index.js",
  "scripts": {
    "test": "mocha index-spec.js",
    "deploy": "npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:icodebible/js-utils.git"
  },
  "keywords": [
    "icodebible",
    "wecodebible",
    "codebible",
    "cainamist",
    "cainam"
  ],
  "author": "Walter V. Faustine <waltervfaustine@gmail.com>",
  "license": "LGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/icodebible/js-utils/issues"
  },
  "homepage": "https://github.com/icodebible/js-utils#readme",
  "dependencies": {
    "@types/node": "^13.13.4",
    "typeorm": "^0.2.25"
  },
  "devDependencies": {
    "mocha": "^7.1.2"
  }
}
