{
  "name": "reborn-util",
  "version": "1.1.4",
  "description": "Reborn Util Project",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npx tsc"
  },
  "keywords": [
    "Javascript Utils",
    "Typescript Utils",
    "Function Utils"
  ],
  "author": "Reborn JSC <Phan Đức Dũng - ceo@reborn.vn>",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@types/lodash": "^4.14.191",
    "lodash": "^4.17.21"
  }
}