93139b9b7b
Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.38.0...v8.39.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development 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>
34 lines
869 B
JSON
34 lines
869 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",
|
|
"check": "yarn tsc --noEmit",
|
|
"test": "jest --runInBand",
|
|
"test:watch": "jest --runInBand --watch"
|
|
},
|
|
"dependencies": {
|
|
"decod": "^6.1.6",
|
|
"fp-ts": "^2.14.0",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.1",
|
|
"@types/node": "^18.15.13",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-fp": "^2.3.0",
|
|
"jest": "^29.5.0",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"packageManager": "yarn@3.5.0"
|
|
}
|