UNPKG

1.67 kBJSONView Raw
1{
2 "name": "copy-files-from-to",
3 "version": "3.1.4",
4 "description": "Copy files from one path to another, based on the instructions provided in a configuration file.",
5 "main": "index.js",
6 "bin": {
7 "copy-files-from-to": "./index.js"
8 },
9 "directories": {
10 "test": "test"
11 },
12 "scripts": {
13 "lint": "eslint .",
14 "start": "node index.js",
15 "mocha": "mocha",
16 "test": "npm run lint && npm run mocha"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/webextensions/copy-files-from-to.git"
21 },
22 "keywords": [
23 "copy",
24 "file",
25 "files",
26 "from",
27 "one",
28 "path",
29 "to",
30 "another",
31 "folder",
32 "directory",
33 "create",
34 "instructions",
35 "configuration",
36 "node_modules",
37 "request",
38 "http",
39 "https",
40 "remote",
41 "url",
42 "resource",
43 "source",
44 "code"
45 ],
46 "author": "Priyank Parashar",
47 "license": "MIT",
48 "bugs": {
49 "url": "https://github.com/webextensions/copy-files-from-to/issues"
50 },
51 "homepage": "https://github.com/webextensions/copy-files-from-to#readme",
52 "dependencies": {
53 "async": "^3.2.0",
54 "chalk": "^4.1.0",
55 "cjson": "^0.5.0",
56 "fast-glob": "^3.2.4",
57 "glob-parent": "^5.1.1",
58 "is-glob": "^4.0.1",
59 "is-utf8": "^0.2.1",
60 "lodash": "^4.17.15",
61 "md5": "^2.2.1",
62 "mkdirp": "^1.0.4",
63 "note-down": "0.2.3",
64 "request": "^2.88.2",
65 "uglify-js": "^3.9.4",
66 "unixify": "^1.0.0",
67 "yargs": "^15.3.1"
68 },
69 "devDependencies": {
70 "chai": "^4.2.0",
71 "chai-files": "^1.4.0",
72 "eslint": "^7.2.0",
73 "mocha": "^8.0.1",
74 "rimraf": "^3.0.2",
75 "shelljs": "^0.8.4"
76 }
77}