@selfage/test_matcher
Version:
A pattern to match actual value with expected in tests.
32 lines (31 loc) • 738 B
JSON
{
"name": "@selfage/test_matcher",
"version": "2.1.10",
"description": "A pattern to match actual value with expected in tests.",
"repository": {
"type": "git",
"url": "git+https://github.com/selfage/test_matcher.git"
},
"keywords": [
"Matcher",
"Test",
"TypeScript"
],
"author": "Yuxuan Xie <ykuyo.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/selfage/test_matcher/issues"
},
"homepage": "https://github.com/selfage/test_matcher#readme",
"main": "./matcher.js",
"types": "./matcher.d.ts",
"files": [
"**/*.d.ts",
"**/*.js"
],
"devDependencies": {
"@selfage/cli": "^5.0.0",
"@selfage/tsconfig": "^1.1.0",
"typescript": "^5.4.5"
}
}