{
	"name": "move-file",
	"version": "3.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"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
	},
	"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": "^5.0.0"
	},
	"devDependencies": {
		"@types/node": "^16.0.0",
		"ava": "^5.2.0",
		"sinon": "^15.0.3",
		"temp-write": "^5.0.0",
		"tempy": "^3.0.0",
		"tsd": "^0.28.1",
		"xo": "^0.53.1"
	},
	"xo": {
		"rules": {
			"no-bitwise": "off"
		}
	}
}
