{
	"name": "@alumna/reflect",
	"version": "1.0.5",
	"description": "Reflect the contents of one directory to another. At the speed of light.",
	"main": "dist/reflect.cjs.js",
	"module": "dist/reflect.es.js",
	"scripts": {
		"build": "rollup --config rollup/cjs.js && rollup --config rollup/es.js",
		"compile": "node other/nexe/compile.js",
		"prepare": "npm run build",
		"test": "jest --coverage"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/alumna/reflect.git"
	},
	"keywords": [
		"reflect",
		"mirror",
		"sync",
		"syncing",
		"rsync",
		"rsyncwrapper",
		"copy",
		"copying",
		"directory",
		"folder",
		"content",
		"files"
	],
	"author": "Paulo Coghi",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/alumna/reflect/issues"
	},
	"homepage": "https://github.com/alumna/reflect",
	"jest": {
		"coverageDirectory": "./coverage/",
		"collectCoverage": true,
		"collectCoverageFrom": [
			"**/src/**",
			"!**/dist/**",
			"!**/node_modules/**"
		],
		"verbose": true,
		"testEnvironment": "node"
	},
	"babel": {
		"env": {
			"test": {
				"plugins": [
					"@babel/plugin-transform-modules-commonjs"
				]
			}
		}
	},
	"devDependencies": {
		"@babel/plugin-transform-modules-commonjs": "^7.10.4",
		"jest": "^26.1.0",
		"rollup": "^2.22.2",
		"rollup-plugin-terser": "^6.1.0"
	}
}
