entity-diff
Version:
A simple entity diff generator.
29 lines (28 loc) • 631 B
JSON
{
"name": "entity-diff",
"version": "1.0.6",
"author": "Renato Henrique",
"main": "dist/Diff.js",
"types": "dist/Diff.d.ts",
"license": "MIT",
"keywords": ["diff", "entity-diff", "object-diff"],
"scripts": {
"build": "tsc",
"test": "jest --config jestconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Throyer/entity-diff.git"
},
"bugs": {
"url": "https://github.com/Throyer/entity-diff/issues"
},
"devDependencies": {
"@types/jest": "^26.0.13",
"ts-jest": "^26.3.0",
"typescript": "^3.9.7"
},
"dependencies": {
"jest": "^26.4.2"
}
}