fb6cf146eb
Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.11.10 to 2.12.0. - [Release notes](https://github.com/gcanti/fp-ts/releases) - [Changelog](https://github.com/gcanti/fp-ts/blob/master/CHANGELOG.md) - [Commits](https://github.com/gcanti/fp-ts/compare/2.11.10...2.12.0) --- updated-dependencies: - dependency-name: fp-ts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
800 B
JSON
32 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.0",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^17.0.25",
|
|
"eslint": "^8.13.0",
|
|
"eslint-plugin-fp": "^2.3.0",
|
|
"jest": "^27.4.7",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|