UNPKG

@freephoenix888/find-and-replace-in-github-file-in-all-repositories

Version:
65 lines (64 loc) 1.85 kB
{ "name": "@freephoenix888/find-and-replace-in-github-file-in-all-repositories", "version": "1.1.0", "description": "Find and replace text in github file in all repositories", "main": "dist/find-and-replace-in-github-file-in-all-repositories.js", "types": "dist/find-and-replace-in-github-file-in-all-repositories.d.ts", "bin": "dist/cli/find-and-replace-in-github-file-in-all-repositories.js", "files": [ "/dist" ], "repository": { "type": "git", "url": "https://github.com/FreePhoenix888/find-and-replace-in-github-file-in-all-repositories" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "library:build:clean": "fse remove dist && npm run library:build:dirty", "library:build:dirty": "ts-node --esm ./automation/library/build.ts", "documentation:generate": "ts-node --esm ./automation/documentation/generate.ts" }, "type": "module", "keywords": [ "GitHub", "find-and-replace", "file-manipulation", "text-search", "code-refactor", "repository", "automation", "script", "devops", "version-control", "text-processing", "regex", "string-replace", "source-code", "code-editing", "cli-tool", "nodejs", "utility", "developer-tools", "git" ], "license": "UNLICENSED", "devDependencies": { "@deep-foundation/npm-automation": "^18.1.4", "@types/debug": "^4.1.8", "@types/fs-extra": "^11.0.1", "@types/glob": "^8.1.0", "@types/node": "^20.5.9", "debug": "^4.3.4", "dotenv": "^16.3.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "dependencies": { "@freephoenix888/find-and-replace-in-github-file": "^1.0.1", "@octokit/rest": "^20.0.1", "delay": "^6.0.0", "fs-extra": "^11.1.1", "glob": "^10.3.4", "yarn": "^1.22.19" } }