{
  "name": "@typed-f/function",
  "version": "0.3.8",
  "keywords": [
    "Utility",
    "Function",
    "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:behaviour": "jest",
    "test:behaviour:coverage": "jest --collectCoverage",
    "test:lint": "run-s test:lint:*",
    "test:lint:src": "tslint -p . -c ./tslint.json -t codeFrame",
    "test:lint:tests": "tslint -p ./tests -c ./tests/tslint.json -t codeFrame"
  },
  "devDependencies": {
    "@types/jest": "25.1.4",
    "@types/node": "11.13.8",
    "jest": "25.1.0",
    "npm-run-all": "4.1.5",
    "rimraf": "3.0.2",
    "ts-jest": "25.2.1",
    "tslint": "6.1.0",
    "typescript": "3.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a07ceb911dba1465b15aa86c6a82519b9cc141c1"
}
