{
  "name": "tsfun-core",
  "version": "3.5.2",
  "description": "Functional Combinators for TypeScript",
  "main": "list-util.js",
  "scripts": {
    "test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json",
    "build": "tsc -p tsconfig.json"
  },
  "author": "Daniel de Oliveira",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/jasmine": "~2.5.41",
    "jasmine": "2.5.2",
    "jasmine-core": "2.5.2",
    "typescript": "3.6.2"
  }
}
