6f4413e0be
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.21 to 17.0.22. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
799 B
JSON
32 lines
799 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.11.7",
|
|
"tslib": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^17.0.22",
|
|
"eslint": "^8.6.0",
|
|
"eslint-plugin-fp": "^2.3.0",
|
|
"jest": "^27.4.7",
|
|
"ts-jest": "^27.1.2",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|