{
  "name": "@morphic-ts/io-ts-interpreters",
  "version": "3.0.0",
  "description": "Morphic io-ts package for encoding / decoding",
  "author": "Stéphane Le Dorze <stephane.ledorze@gmail.com>",
  "homepage": "",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "main": "lib",
  "module": "es6",
  "typings": "lib",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "lib",
    "es6"
  ],
  "dependencies": {
    "@morphic-ts/algebras": "^3.0.0",
    "@morphic-ts/common": "^3.0.0",
    "@morphic-ts/model-algebras": "^3.0.0"
  },
  "devDependencies": {
    "@morphic-ts/summoners": "^3.0.0",
    "fp-ts": "^2.5.3",
    "io-ts": "^2.1.3",
    "io-ts-types": "^0.5.6",
    "newtype-ts": "^0.3.3"
  },
  "peerDependencies": {
    "io-ts": "^2.1.3",
    "io-ts-types": "^0.5.6",
    "newtype-ts": "^0.3.3"
  },
  "scripts": {
    "lint": "tslint -p tsconfig.tslint.json src/**/*.ts test/**/*.ts",
    "jest": "jest",
    "jest-coverage": "jest --ci --coverage",
    "prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different \"{src,test,examples}/**/*.ts\"",
    "fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --write \"{src,test,examples}/**/*.ts\"",
    "test": "yarn run prettier && yarn run lint && yarn run dtslint && yarn run jest && yarn run docs",
    "clean": "rimraf lib/* && rimraf es6/*",
    "build": "yarn run clean && tsc --build tsconfig.build.json && tsc --build tsconfig.es6.json && yarn import-path-rewrite",
    "import-path-rewrite": "import-path-rewrite",
    "prepublish": "yarn run build",
    "docs-fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser markdown --write \"README.md\"",
    "dtslint": "dtslint dtslint",
    "mocha": "TS_NODE_CACHE=false mocha -r ts-node/register test/*.ts",
    "docs": "docs-ts"
  },
  "jest": {
    "collectCoverage": true,
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "test",
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "testPathIgnorePatterns": [
      "utils"
    ]
  },
  "gitHead": "ed05c7ac565ce3c3b180b35736e0c792e40b0330"
}
