@mondopower/result-types
Version:
Library to use for result type of typescript functions and helper functions.
55 lines • 1.61 kB
JSON
{
"name": "@mondopower/result-types",
"description": "Library to use for result type of typescript functions and helper functions.",
"repository": {
"type": "git",
"url": "https://github.com/MondoPower/mondo-common-libs.git"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2",
"@types/chai": "^4.3.20",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.71",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"chai": "^4.5.0",
"eslint": "^9",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.31.0",
"mocha": "^9.2.2",
"ts-eager": "^2.0.2",
"typedoc": "^0.27.6",
"typescript": "^4.9.5"
},
"keywords": [
"mondo",
"projen",
"result",
"typescript"
],
"main": "lib/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"version": "1.2.2",
"types": "lib/index.d.ts",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"compile": "npx projen compile",
"default": "npx projen default",
"docgen": "npx projen docgen",
"eslint": "npx projen eslint",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"test": "npx projen test",
"unbump": "npx projen unbump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
}
}