{
  "name": "tsfun",
  "version": "5.5.39",
  "description": "Functional Combinators for TypeScript",
  "main": "",
  "scripts": {
    "test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json",
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -watch -p ."
  },
  "author": "Daniel de Oliveira",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/jasmine": "~2.5.41",
    "jasmine": "2.5.2",
    "jasmine-core": "2.5.2",
    "typescript": "4.1.5"
  },
  "dependencies": {
    "ts-expect": "^1.3.0"
  }
}
