custom-url-check
Version:
🐜 Simple NPM package to check if a string is valid and a specific community URL!
30 lines (29 loc) • 633 B
JSON
{
"name": "custom-url-check",
"version": "1.4.1",
"description": "🐜 Simple NPM package to check if a string is valid and a specific community URL!",
"main": "index.js",
"scripts": {
"test": "jest --verbose"
},
"keywords": [
"custom-url-check",
"node",
"npm",
"valid-url",
"url-check",
"custom-url",
"url",
"community-url"
],
"author": "tuty",
"repository": {
"type": "git",
"url": "https://github.com/tutyamxx/custom-url-check"
},
"homepage": "https://github.com/tutyamxx/custom-url-check",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
}
}