{
  "name": "@typed-f/matchable",
  "version": "0.3.8",
  "keywords": [
    "Functor",
    "TypeScript",
    "Strong type",
    "Functional",
    "Functional Programming"
  ],
  "license": "MIT",
  "homepage": "https://github.com/Ailrun/typed-f#readme",
  "bugs": "https://github.com/Ailrun/typed-f/issues",
  "author": {
    "name": "Junyoung Clare Jang",
    "email": "jjc9310@gmail.com"
  },
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ailrun/typed-f.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsc -p ./tsconfig.json",
    "watch": "tsc -w -p ./tsconfig.json",
    "test:lint": "tslint -p ."
  },
  "dependencies": {
    "@typed-f/function": "^0.3.8"
  },
  "devDependencies": {
    "@types/node": "11.13.8",
    "rimraf": "3.0.2",
    "tslint": "6.1.0",
    "typescript": "3.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a07ceb911dba1465b15aa86c6a82519b9cc141c1"
}
