UNPKG

prime-checker-api

Version:

A simple Express API to check if a number is prime.

16 lines (15 loc) 353 B
{ "name": "prime-checker-api", "version": "1.0.3", "description": "A simple Express API to check if a number is prime.", "main": "index.js", "scripts": { "test": "node index.js" }, "keywords": ["prime", "number", "checker", "express", "api"], "author": "Ravi", "license": "MIT", "dependencies": { "express": "^4.18.2" } }