{
  "name": "kompis",
  "version": "0.5.0",
  "description": "A collection of plain and higher order functions for doing composition stuff in javascript.",
  "keywords": [
    "composition",
    "fp",
    "functional programming",
    "pipe"
  ],
  "main": "lib/index.js",
  "files": [
    "lib",
    "es6",
    "types"
  ],
  "types": "types",
  "scripts": {
    "build": "tsc --target es5 --outDir lib --removeComments",
    "build:es6": "tsc --target es6 --outDir es6 --removeComments",
    "build:types": "tsc --declaration --emitDeclarationOnly --outDir types",
    "docs": "node codegen/generate-docs.js",
    "dev": "ava --watch",
    "test": "ava"
  },
  "author": "Asbjørn Hegdahl",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/asbjornh/kompis.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@code-to-json/core": "^1.0.0-rc.49",
    "@code-to-json/formatter": "^1.0.0-rc.51",
    "@code-to-json/utils-node": "^1.0.0-rc.44",
    "@code-to-json/utils-ts": "^1.0.0-rc.43",
    "ava": "^1.1.0",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.13.0",
    "prettier": "^1.16.4",
    "ts-node": "^8.0.2",
    "typescript": "^3.3.3"
  },
  "ava": {
    "require": [
      "ts-node/register"
    ]
  }
}
