{
  "name": "@typed/functions",
  "version": "3.0.0",
  "description": "Well-typed collection of functions for working with functions",
  "main": "lib/index.js",
  "module": "lib.es2015/index.js",
  "jsnext:main": "lib.es2015/index.js",
  "typings": "lib/index.d.ts",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "cd ../../ && node ./tools/build.js --only functions",
    "test": "yarn test:lint && yarn test:unit",
    "test:browser": "yarn test:unit -- --browser",
    "test:unit": "../../node_modules/.bin/typed-test 'src/*.test.ts' 'src/**/*.test.ts'",
    "test:lint": "../../node_modules/.bin/prettier --write --print-width 100 --tab-width 2 --no-semi --single-quote --trailing-comma es5 --parser typescript src/**/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TylorS/typed.git"
  },
  "keywords": [
    "typed",
    "functions",
    "functional",
    "fp"
  ],
  "author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TylorS/typed/issues"
  },
  "homepage": "https://github.com/TylorS/typed#readme",
  "gitHead": "527fd37fc9dd48e6ec7296b5a740281bd455fd7c"
}
