UNPKG

971 BJSONView Raw
1{
2 "name": "flow-copy-source",
3 "version": "2.0.4",
4 "description": "Script to copy javascript files and append \".flow\" to the filename.",
5 "main": "src/index.js",
6 "bin": {
7 "flow-copy-source": "./bin/flow-copy-source.js"
8 },
9 "scripts": {
10 "test": "jest"
11 },
12 "sideEffects": [
13 "./bin/flow-copy-source.js"
14 ],
15 "engines": {
16 "node": ">=8.0.0"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/Macil/flow-copy-source.git"
21 },
22 "keywords": [
23 "flow",
24 "flowtype",
25 "build"
26 ],
27 "author": "Chris Cowan <agentme49@gmail.com>",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/Macil/flow-copy-source/issues"
31 },
32 "homepage": "https://github.com/Macil/flow-copy-source#readme",
33 "dependencies": {
34 "chokidar": "^3.0.0",
35 "fs-extra": "^7.0.0",
36 "glob": "^7.0.0",
37 "kefir": "^3.7.3",
38 "yargs": "^13.1.0"
39 },
40 "devDependencies": {
41 "jest": "^24.1.0",
42 "tmp": "0.1.0"
43 }
44}