isharry
Version:
A simple NPM package to check if a string is 'Harry' and get its length.
23 lines (22 loc) • 481 B
JSON
{
"name": "isharry",
"version": "0.0.3",
"description": "A simple NPM package to check if a string is 'Harry' and get its length.",
"main": "index.cjs",
"module": "index.mjs",
"exports": {
"import": "./index.mjs",
"require": "./index.cjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Harry",
"check",
"count-string",
"npm-package"
],
"author": "Harish Vijendiran",
"license": "MIT"
}