array-comparisoncomparisoncomparison-tooldeep-diffdiffjson-diffnodejsobject-comparisonobject-diffobjectdiffobjectdifferencereactstreamingstreaming-datatypescript
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
46 lines
1.1 KiB
{ |
|
"name": "@donedeal0/superdiff", |
|
"version": "1.1.1", |
|
"description": "SuperDiff checks the changes between two objects or arrays. It returns a complete diff with relevant information for each property or piece of data", |
|
"main": "dist/index.js", |
|
"module": "dist/index.js", |
|
"types": "dist/index.d.ts", |
|
"declaration": true, |
|
"files": [ |
|
"dist" |
|
], |
|
"author": "DoneDeal0", |
|
"license": "ISC", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/DoneDeal0/superdiff" |
|
}, |
|
"keywords": [ |
|
"data diff", |
|
"comparison", |
|
"comparison-tool", |
|
"object-comparison", |
|
"array-comparison", |
|
"object-diff", |
|
"objectdifference", |
|
"object-difference", |
|
"object", |
|
"diff", |
|
"deep-diff", |
|
"comparison", |
|
"compare" |
|
], |
|
"scripts": { |
|
"build": "tsup --dts --format esm,cjs", |
|
"publish": "npm publish --access=public", |
|
"test": "jest" |
|
}, |
|
"devDependencies": { |
|
"@babel/preset-env": "^7.23.8", |
|
"@types/jest": "^29.5.11", |
|
"jest": "^29.7.0", |
|
"ts-jest": "^29.1.1", |
|
"tsup": "^8.0.1", |
|
"typescript": "^5.3.3" |
|
} |
|
}
|
|
|