{
  "name": "flow-copy-source",
  "version": "2.0.9",
  "description": "Script to copy javascript files and append \".flow\" to the filename.",
  "main": "src/index.js",
  "bin": {
    "flow-copy-source": "./bin/flow-copy-source.js"
  },
  "scripts": {
    "test": "jest"
  },
  "sideEffects": [
    "./bin/flow-copy-source.js"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Macil/flow-copy-source.git"
  },
  "keywords": [
    "flow",
    "flowtype",
    "build"
  ],
  "author": "Chris Cowan <agentme49@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Macil/flow-copy-source/issues"
  },
  "homepage": "https://github.com/Macil/flow-copy-source#readme",
  "dependencies": {
    "chokidar": "^3.0.0",
    "fs-extra": "^8.1.0",
    "glob": "^7.0.0",
    "kefir": "^3.7.3",
    "yargs": "^15.0.1"
  },
  "devDependencies": {
    "jest": "^24.1.0",
    "tmp": "0.1.0"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
