UNPKG

neverthrow-result-utils

Version:

Extra utilities for working with Neverthrow results

56 lines (55 loc) 1.72 kB
{ "name": "neverthrow-result-utils", "version": "3.0.0", "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" }, "packageManager": "yarn@4.1.1+sha512.ec40d0639bb307441b945d9467139cbb88d14394baac760b52eca038b330d16542d66fef61574271534ace5a200518dabf3b53a85f1f9e4bfa37141b538a9590", "types": "dist/index.d.ts", "dependencies": { "delay": "^5.0.0", "neverthrow": "^8.2.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" } }