antongolub/git-glob-cp

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "git-glob-cp",
  "alias": "ggcp",
  "version": "1.10.1",
  "description": "glob-aware two-way copying for git",
  "type": "module",
  "bin": {
    "git-glob-cp": "./src/main/js/cli.js",
    "git-glob-copy": "./src/main/js/cli.js",
    "ggcp": "./src/main/js/cli.js"
  },
  "exports": {
    ".": "./src/main/js/index.js"
  },
  "types": "./src/main/js/index.d.ts",
  "scripts": {
    "docs": "mkdir -p docs && cp ./README.md ./docs/README.md",
    "test": "c8 uvu ./src/test -i fixtures -i utils && c8 report -r lcov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antongolub/git-glob-cp.git"
  },
  "keywords": [
    "git",
    "glob",
    "copy"
  ],
  "author": "Anton Golub <antongolub@antongolub.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/antongolub/git-glob-cp/issues"
  },
  "homepage": "https://github.com/antongolub/git-glob-cp#readme",
  "dependencies": {
    "tar": "^6.1.14",
    "zx-extra": "^2.5.4"
  },
  "devDependencies": {
    "c8": "^7.13.0",
    "uvu": "^0.5.6"
  },
  "files": [
    "src/main",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ]
}