20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"name": "compare-three-entities",
|
|
"version": "1.0.0",
|
|
"description": "A utility to compare three entities and report differences.",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"keywords": [
|
|
"compare",
|
|
"entities",
|
|
"deep-equal",
|
|
"difference"
|
|
],
|
|
"author": "Auto-generated",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"jest": "^29.7.0"
|
|
}
|
|
} |