{
  "name": "tyrex",
  "version": "0.1.3-alpha.20221106T122907-0300.69+c8d90fc",
  "typings": "lib",
  "author": "antoniopresto <antoniopresto@gmail.com>",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/module/index.js",
  "browser": {
    "lib/module/index.js": "./lib/browser/module/index.js",
    "lib/index.js": "./lib/browser/index.js"
  },
  "scripts": {
    "test": "jest",
    "build": "run-s clear && run-p declarations build:* && sleep 3",
    "fix": "run-s fix:* && sleep 3",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:lint": "eslint src --ext .ts --fix",
    "clear": "rimraf lib",
    "prepublish": "run-s build fix && run-p test",
    "build:browser": "TARGET=browser npm run babild -- --out-dir lib/browser",
    "build:module-browser": "TARGET=module-browser npm run babild -- --out-dir lib/browser/module",
    "build:node": "TARGET=node npm run babild -- --out-dir lib",
    "build:module-node": "TARGET=module-node npm run babild -- --out-dir lib/module",
    "declarations": "tsc -p tsconfig.json",
    "babild": "babel 'src' --extensions '.ts,.tsx' --source-maps=true --ignore '**/__tests__'"
  },
  "description": "backland utils and helper functions",
  "keywords": [],
  "dependencies": {
    "aggio": "^0.0.114",
    "big.js": "6.2.1",
    "chalk": "5.1.0",
    "deep-object-diff": "1.1.7",
    "ejson": "2.2.3",
    "fast-copy": "3.0.0",
    "fast-equals": "4.0.3",
    "fs-extra": "10.1.0",
    "graphql": "^16.6.0",
    "hoper": "1.0.8",
    "json-schema-to-typescript": "11.0.2",
    "libphonenumber-js": "1.10.13",
    "lodash": "4.17.21",
    "mitt": "3.0.0",
    "object-hash": "3.0.0",
    "plugin-hooks": "1.1.3",
    "prettier": "2.7.1",
    "slugify": "1.6.5",
    "ts-toolbelt": "9.6.0",
    "ulid": "2.3.0",
    "winston": "3.8.2",
    "winston-slack-webhook-transport": "2.2.2"
  },
  "devDependencies": {
    "@babel/cli": "7.19.3",
    "@babel/plugin-transform-typescript": "7.19.3",
    "@babel/preset-env": "7.19.3",
    "@babel/preset-typescript": "7.18.6",
    "@backland/babel-plugins": "0.1.3-alpha.20221106T122907-0300.69+c8d90fc",
    "@types/big.js": "6.1.6",
    "@types/ejson": "2.2.0",
    "@types/fs-extra": "9.0.13",
    "@types/jest": "29.1.2",
    "@types/json-schema": "7.0.11",
    "@types/lodash": "4.14.186",
    "@types/node": "18.8.3",
    "@types/object-hash": "2.2.1",
    "@types/prettier": "2.7.1",
    "@typescript-eslint/eslint-plugin": "5.39.0",
    "@typescript-eslint/parser": "5.39.0",
    "babel-preset-minify": "0.5.2",
    "esbuild": "0.15.10",
    "eslint": "8.25.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-sort-keys-fix": "^1.1.2",
    "eslint-plugin-typescript-sort-keys": "^2.1.0",
    "jest": "29.1.2",
    "jest-diff": "29.1.2",
    "mongodb": "4.10.0",
    "npm-run-all": "4.1.5",
    "ts-jest": "29.0.3",
    "typescript": "4.8.4"
  },
  "files": [
    "package.json",
    "lib/*",
    "README.md"
  ],
  "prettier": {
    "singleQuote": true
  },
  "gitHead": "c8d90fc9e615f44a1d4946081241f9f73687f5f9"
}
