{
  "name": "@wrote/clone",
  "version": "1.2.1",
  "description": "A package to clone a file or directory.",
  "main": "build/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec test/mask",
    "spec": "yarn t test/spec",
    "mask": "yarn t test/mask",
    "test-build": "ALAMODE_ENV=test-build yarn test",
    "lint": "eslint .",
    "doc": "NODE_DEBUG=doc doc -o README.md",
    "b": "alamode src -o build -s",
    "d": "NODE_DEBUG=doc doc src/index.js -g",
    "build": "yarn-s d b doc",
    "e": "alanode",
    "example/": "yarn e example/example.js"
  },
  "files": [
    "build",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/wrote/clone.git"
  },
  "keywords": [
    "clone",
    "wrote",
    "file",
    "fs",
    "filesystem",
    "copy",
    "cp"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wrote/clone/issues"
  },
  "homepage": "https://github.com/wrote/clone#readme",
  "devDependencies": {
    "@wrote/rm": "^1.1.4",
    "alamode": "^1.9.3",
    "catchment": "^3.3.0",
    "documentary": "^1.24.1",
    "eslint-config-artdeco": "1.0.1",
    "temp-context": "^2.1.3",
    "yarn-s": "1.1.0",
    "zoroaster": "^3.11.6"
  },
  "dependencies": {
    "@wrote/ensure-path": "^1.0.8",
    "@wrote/read-dir-structure": "^1.2.0",
    "makepromise": "^3.1.0"
  }
}
