neverthrow-result-utils
Version:
Extra utilities for working with Neverthrow results
59 lines (58 loc) • 1.68 kB
JSON
{
"name": "neverthrow-result-utils",
"version": "2.0.2",
"description": "Extra utilities for working with Neverthrow results",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:csibbach/neverthrow-result-utils.git"
},
"bugs": {
"url": "https://github.com/csibbach/neverthrow-result-utils/issues"
},
"homepage": "https://github.com/csibbach/neverthrow-result-utils",
"author": "Charlie Sibbach <charlie@cwssoftware.com>",
"keywords": [
"Neverthrow"
],
"main": "dist/index.js",
"files": [
"dist",
"!dist/test",
"!dist/tsconfig.tsbuildinfo"
],
"scripts": {
"build": "yarn clean && yarn compile",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"compile": "tsc",
"format": "eslint --fix ./src/**/*.ts ./test/**/*.ts && yarn format:pkg",
"format:pkg": "format-package -w",
"test": "jest --coverage"
},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^4.14.0",
"**/@typescript-eslint/parser": "^4.22.0"
},
"types": "dist/index.d.ts",
"dependencies": {
"delay": "^5.0.0",
"neverthrow": "^5.1.0"
},
"devDependencies": {
"@types/jest": "^28.1.1",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"format-package": "^7.0.0",
"jest": "^28.1.1",
"prettier": "^2.6.2",
"testdouble": "^3.16.2",
"testdouble-jest": "^2.0.0",
"ts-jest": "^28.0.4",
"typescript": "^4.2.4"
}
}