{
  "name": "@darch/utils",
  "version": "2.0.0-alpha.20220724T134243-0300",
  "main": "lib",
  "typings": "lib",
  "author": "antoniopresto <antoniopresto@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "build": "rm -rf lib && tsc && tsc -p tsconfig.module.json",
    "prepublish": "npm run build && sleep 3",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:lint": "eslint src --ext .ts --fix"
  },
  "description": "darch utils and helper functions",
  "keywords": [],
  "dependencies": {
    "chalk": "4.1.2",
    "ejson": "2.2.2",
    "fast-copy": "2.1.3",
    "fast-equals": "4.0.1",
    "fs-extra": "10.1.0",
    "graphql": "^16.5.0",
    "json-schema-to-typescript": "10.1.5",
    "lodash": "4.17.21",
    "mitt": "3.0.0",
    "object-hash": "2.2.0",
    "plugin-hooks": "1.1.1",
    "prettier": "2.6.2",
    "ulid": "2.3.0"
  },
  "devDependencies": {
    "@darch/builder": "2.0.0-alpha.20220724T134243-0300",
    "@types/ejson": "2.2.0",
    "@types/fs-extra": "9.0.13",
    "@types/jest": "27.0.3",
    "@types/json-schema": "7.0.11",
    "@types/lodash": "4.14.178",
    "@types/node": "16.11.12",
    "@types/object-hash": "2.2.1",
    "@types/prettier": "2.6.3",
    "@typescript-eslint/eslint-plugin": "4.15.2",
    "@typescript-eslint/parser": "4.15.2",
    "esbuild": "0.14.3",
    "eslint": "7.20.0",
    "eslint-config-prettier": "6.15.0",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-import": "2.22.1",
    "jest": "27.4.5",
    "jest-diff": "28.1.3",
    "npm-run-all": "4.1.5",
    "ts-jest": "27.1.1",
    "typescript": "4.5.4"
  },
  "files": [
    "package.json",
    "lib/*",
    "README.md"
  ],
  "prettier": {
    "singleQuote": true
  }
}
