-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"dependencies": {
"commander": "^8.3.0",
"shelljs": "^0.8.4"
},
"name": "@crguezl/gh-repo-rename",
"description": "gh extension repo rename",
"version": "2.0.0",
"main": "gh-repo-rename.js",
"scripts": {
"debug": "node --inspect-brk gh-repo-rename.js -o ULL-ESIT-DMSI-1920 -r prueba-funciona -n prueba",
"create-prueba": "gh create-repo prueba ULL-ESIT-DMSI-1920",
"list-prueba": "gh submodule-add -s prueba -o ULL-ESIT-DMSI-1920 -n",
"test": "./gh-repo-rename -o ULL-ESIT-DMSI-1920 -r prueba -n prueba-funciona; npm run list-prueba",
"back": "./gh-repo-rename -o ULL-ESIT-DMSI-1920 -r prueba-funciona -n prueba; npm run list-prueba",
"start": "node gh-repo-rename.js",
"push": "git push origin main; git push publico main"
},
"bin": {
"repo-rename": "gh-repo-rename.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crguezl/gh-repo-rename.git"
},
"author": "Casiano",
"license": "ISC",
"bugs": {
"url": "https://github.com/crguezl/gh-repo-rename/issues"
},
"homepage": "https://github.com/crguezl/gh-repo-rename#readme"
}