@fgv/ts-utils-jest
Version:
Custom matchers for ts-utils result class
77 lines • 2.19 kB
JSON
{
"name": "@fgv/ts-utils-jest",
"version": "5.0.2",
"description": "Custom matchers for ts-utils result class",
"main": "lib/index.js",
"module": "dist/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./dist/index.js",
"require": "./lib/index.js",
"default": "./lib/index.js"
}
},
"keywords": [
"typescript",
"ts-utils",
"test"
],
"author": "Erik Fortune",
"license": "MIT",
"bugs": {
"url": "https://github.com/ErikFortune/fgv/issues"
},
"homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-utils-jest#readme",
"dependencies": {
"@jest/expect-utils": "^29.7.0",
"expect": "^29.7.0",
"jest-matcher-utils": "^29.7.0",
"jest-snapshot": "~29.7.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^9.39.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.2.1",
"jest": "^29.7.0",
"prettier": "^3.6.2",
"rimraf": "^6.1.0",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"typescript": "5.9.3",
"@rushstack/heft": "1.1.3",
"@rushstack/eslint-config": "4.5.3",
"@rushstack/heft-jest-plugin": "1.1.3",
"@rushstack/heft-node-rig": "2.11.4",
"@types/heft-jest": "1.0.6",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-tsdoc": "~0.4.0",
"@microsoft/api-extractor": "^7.53.3",
"@fgv/ts-utils": "5.0.2",
"@fgv/heft-dual-rig": "0.1.0"
},
"peerDependencies": {
"@fgv/ts-utils": "5.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ErikFortune/fgv.git"
},
"scripts": {
"build": "heft build --clean",
"clean": "heft clean",
"test": "heft test --clean",
"test-handles": "jest --runInBand --detectOpenHandles",
"clean-jest": "jest --clear-cache",
"update-snapshot": "jest --updateSnapshot",
"coverage": "jest --coverage",
"lint": "eslint src --ext .ts",
"fixlint": "eslint src --ext .ts --fix"
}
}