{ "name": "dir-compare", "version": "4.2.0", "description": "Node JS directory compare", "type": "commonjs", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/gliviu/dir-compare" }, "files": [ "build/src" ], "dependencies": { "minimatch": "^3.0.5", "p-limit": "^3.1.0 " }, "devDependencies": { "@types/node": "18.11.9", "@typescript-eslint/eslint-plugin": "6.3.0", "@typescript-eslint/parser": "6.3.0", "colors": "1.4.0", "copyfiles": "2.4.1", "eslint": "8.47.0", "memory-streams": "0.1.0", "semver": "7.5.4", "tar-fs": "2.1.1", "ts-node": "10.9.1", "tsc-watch": "4.5.0", "typedoc": "0.24.8", "typescript": "4.9.5" }, "author": "Liviu Grigorescu", "license": "MIT" }