UNPKG

pryme

Version:

Check if a number is prime

33 lines (32 loc) 658 B
{ "name": "pryme", "version": "1.0.9", "description": "Check if a number is prime", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "pryme": "cli/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/draeder/pryme.git" }, "keywords": [ "prime", "number", "check" ], "author": "Daniel Raeder", "license": "MIT", "bugs": { "url": "https://github.com/draeder/pryme/issues" }, "homepage": "https://github.com/draeder/pryme#readme", "dependencies": { "carets": "^2.5.0" }, "devDependencies": {} }