{
  "name": "ts-toolbelt-playground",
  "version": "0.0.10",
  "description": "make ts-toolbelt work on the playground",
  "main": "out/src/index.js",
  "types": "out/types/src/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^3.7.3"
  },
  "dependencies": {
    "ts-toolbelt": "^4.13.5"
  }
}
