{
  "name": "@devexperts/utils",
  "version": "1.0.0-alpha.14",
  "description": "",
  "main": "dist",
  "module": "dist",
  "scripts": {
    "lint": "eslint ./**/*.ts",
    "lint:fix": "yarn lint --fix",
    "test": "yarn lint && tsc --noEmit && jest",
    "build": "tsc -p ./tsconfig.build.json --outDir ./dist",
    "clean": "rm -rf ./dist",
    "prepare": "yarn clean && yarn build",
    "start": "yarn watch",
    "watch": "yarn build --watch --incremental"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devexperts/dx-platform.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "devexperts",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/devexperts/dx-platform/issues"
  },
  "homepage": "https://github.com/devexperts/dx-platform#readme",
  "dependencies": {
    "tslib": "^1.10.0",
    "typelevel-ts": "^0.3.5"
  },
  "peerDependencies": {
    "fp-ts": "^2.0.5",
    "io-ts": "^2.0.1",
    "io-ts-types": "^0.5.3"
  },
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "eslint": "^6.7.2",
    "fp-ts": "^2.0.5",
    "io-ts": "^2.0.1",
    "io-ts-types": "^0.5.3",
    "jest": "^24.9.0",
    "ts-jest": "^24.1.0",
    "typescript": "^3.6.3"
  },
  "gitHead": "cc12729511ac3ffa2bafbfdb8435b1dba52502f6"
}
