is_odd_check_demo
Version:
is number is odd or not
27 lines (26 loc) • 605 B
JSON
{
"name": "is_odd_check_demo",
"version": "1.1.2",
"description": "is number is odd or not",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VMuthulakshmi/Demo_NPM.git"
},
"keywords": [
"ODD"
],
"author": "Muthulskshmi",
"license": "ISC",
"bugs": {
"url": "https://github.com/VMuthulakshmi/Demo_NPM/issues"
},
"homepage": "https://github.com/VMuthulakshmi/Demo_NPM#readme",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}