{ "name": "move-file", "version": "2.1.0", "description": "Move a file - Even works across devices", "license": "MIT", "repository": "sindresorhus/move-file", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "engines": { "node": ">=10.17" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "move", "file", "mv", "fs", "stream", "file-system", "ncp", "fast", "quick", "data", "content", "contents", "devices", "partitions" ], "dependencies": { "path-exists": "^4.0.0" }, "devDependencies": { "ava": "^1.4.1", "sinon": "^9.0.2", "temp-write": "^4.0.0", "tempy": "^0.5.0", "tsd": "^0.11.0", "xo": "^0.24.0" } }