{
  "name": "@re-do/type",
  "version": "1.1.0",
  "author": "redo.qa",
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/re-do/redo.git",
    "directory": "pkgs/type"
  },
  "type": "module",
  "main": "out/cjs/index.cjs",
  "types": "out/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./out/types/index.d.ts",
      "import": "./out/esm/index.js",
      "require": "./out/cjs/index.cjs"
    }
  },
  "dependencies": {
    "@re-do/utils": "1.2.0"
  },
  "devDependencies": {
    "@re-do/node": "1.1.0",
    "@re-do/assert": "0.1.0",
    "jest": "27.4.3",
    "@types/jest": "26.0.24",
    "ts-jest": "27.0.7",
    "@types/node": "15.0.2",
    "ts-toolbelt": "9.5.10",
    "typescript": "4.5.2",
    "tsd": "0.17.0"
  },
  "scripts": {
    "build": "redoTsc --ignoreTestTypes",
    "test": "jest",
    "unit": "jest --coverage false -t ",
    "results": "python3 -m http.server --directory jest-stare"
  }
}