{
  "name": "checkisprimenumber",
  "version": "1.0.3",
  "description": "primenum",
  "main": "lib/prime.js",
  "types": "lib/prime.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssmohanty153/primenum.git"
  },
  "author": "subhranusu sekhar mohanty",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ssmohanty153/primenum/issues"
  },
  "keywords": [
    "prime isprime primenum",
    "primenumber"
  ],
  "homepage": "https://github.com/ssmohanty153/primenum#readme",
  "dependencies": {
    "typescript": "^5.1.3"
  },
  "files":["lib/**/*"]
}
