{ "name": "is-github-repo", "description": "Checks if string is a git repository", "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "bukinoshita/is-git-repository", "author": "Bu Kinoshita ", "license": "MIT", "engines": { "node": ">=10" }, "files": [ "dist" ], "keywords": [ "git", "github", "repository", "repo", "url", "https", "http" ], "scripts": { "build": "tsc", "prepublish": "yarn build", "test": "jest --config=jest.config.json" }, "devDependencies": { "@sindresorhus/tsconfig": "0.8.0", "@types/jest": "26.0.20", "@types/node": "13.13.41", "jest": "26.6.3", "ts-jest": "26.5.1", "typescript": "4.1.5" } }