UNPKG

entity-diff

Version:
29 lines (28 loc) 631 B
{ "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" } }