{
  "name": "io-ts-numbers",
  "version": "1.1.1",
  "description": "io-ts library for numbers",
  "keywords": [
    "io-ts",
    "number"
  ],
  "homepage": "https://github.com/EricCrosson/numbers-ts",
  "bugs": {
    "url": "https://github.com/EricCrosson/numbers-ts/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EricCrosson/numbers-ts.git"
  },
  "license": "ISC",
  "author": "Eric Crosson <eric.s.crosson@utexas.edu> (https://github.com/EricCrosson)",
  "sideEffects": true,
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src/"
  ],
  "scripts": {
    "ava": "ava -v",
    "clean": "rm -rf -- dist",
    "build": "tsc --build --incremental --verbose .",
    "docs": "docs-ts",
    "test": "nyc ava",
    "posttest": "npm run docs"
  },
  "devDependencies": {
    "ava": "5.1.0",
    "ava-fast-check": "6.0.0",
    "codecov": "3.8.2",
    "docs-ts": "0.7.0",
    "fast-check": "3.5.0",
    "nyc": "15.1.0",
    "ts-node": "10.9.1",
    "typescript": "4.7.4"
  },
  "peerDependencies": {
    "fp-ts": ">= 2.0.0",
    "io-ts": ">= 2.0.0",
    "io-ts-types": ">= 0.5.0"
  },
  "ava": {
    "extensions": [
      "ts"
    ],
    "files": [
      "!dist/**/*.d.ts",
      "test/**/test-*.ts"
    ],
    "require": [
      "ts-node/register"
    ]
  }
}
