This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
fp-ts-training/package.json
dependabot[bot] e45a58426c
Bump typescript from 4.7.2 to 4.7.3 (#49)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 09:08:51 +02:00

33 lines
800 B
JSON

{
"name": "fp-ts-training",
"version": "1.0.0",
"description": "Learning fp-ts while having fun",
"author": "Hugo Saracino <hugo@inato.com>",
"private": true,
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/inato/fp-ts-training.git"
},
"homepage": "https://github.com/inato/fp-ts-training",
"scripts": {
"build": "yarn tsc -b",
"test": "jest --runInBand",
"test:watch": "jest --runInBand --watch"
},
"dependencies": {
"decod": "^6.1.6",
"fp-ts": "^2.12.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^17.0.38",
"eslint": "^8.16.0",
"eslint-plugin-fp": "^2.3.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.4",
"typescript": "^4.7.3"
}
}