@alu0100898293/gh-cp
Version:
gh extension to copy files
41 lines (40 loc) • 969 B
JSON
{
"name": "@alu0100898293/gh-cp",
"version": "1.0.5",
"description": "gh extension to copy files",
"main": "gh-cp.js",
"scripts": {
"test": "mocha --reporter spec",
"docs:build": "documentation build gh-cp.js -f html -o docs",
"docs:serve": "documentation serve gh-cp.js",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ULL-MII-SYTWS-2122/gh-cp.git"
},
"keywords": [
"gh-extension"
],
"author": "Nicolás Hdez Glez",
"license": "CC-BY-NC-4.0",
"bugs": {
"url": "https://github.com/ULL-MII-SYTWS-2122/gh-cp/issues"
},
"homepage": "https://github.com/ULL-MII-SYTWS-2122/gh-cp#readme",
"dependencies": {
"commander": "^9.4.0",
"shelljs": "^0.8.5"
},
"directories": {
"test": "test"
},
"devDependencies": {
"chai": "^4.3.6",
"documentation": "^13.2.5",
"mocha": "^10.0.0"
},
"bin": {
"gh-cp": "gh-cp.js"
}
}