{
  "name": "typematcher-funfix",
  "author": "lostintime",
  "version": "0.7.0",
  "license": "MIT",
  "description": "typematcher funfix binding - match lazily to IO",
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "keywords": [
    "TypeScript",
    "typematch",
    "pattern matching",
    "type safe",
    "funfix"
  ],
  "bugs": {
    "url": "https://github.com/lostintime/node-typematcher-funfix/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lostintime/node-typematcher-funfix.git"
  },
  "scripts": {
    "test": "tsc && mocha \"dist/test/\"",
    "lint": "tslint --project tsconfig.json",
    "clean": "([ -e ./dist ] && rm -R ./dist) || true",
    "build": "tsc"
  },
  "dependencies": {
    "funfix-effect": "^7.0.1",
    "typematcher": "^0.7.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.48",
    "chai": "^4.1.2",
    "mocha": "^5.0.4",
    "tslint": "^5.9.1",
    "tslint-config-standard": "^7.0.0",
    "tslint-eslint-rules": "^5.1.0",
    "typescript": "^2.7.2"
  }
}
