UNPKG

check-coprime

Version:
32 lines (31 loc) 671 B
{ "name": "check-coprime", "version": "1.0.0", "description": "Checks if two numbers are coprime", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/AnshSinghSonkhia/check-coprime.git" }, "keywords": [ "coprime", "co-prime", "prime", "numbers", "math", "number", "system" ], "author": "Ansh Singh Sonkhia", "license": "Apache-2.0", "bugs": { "url": "https://github.com/AnshSinghSonkhia/check-coprime/issues" }, "homepage": "https://github.com/AnshSinghSonkhia/check-coprime#readme", "devDependencies": { "jest": "^29.7.0" } }