UNPKG

check-anything

Version:

Check anything from URLs to Email addresses

49 lines (48 loc) 1.16 kB
{ "name": "check-anything", "version": "1.0.1", "description": "Check anything from URLs to Email addresses", "type": "module", "sideEffects": false, "exports": { ".": "./dist/index.js" }, "engines": { "node": ">=18" }, "scripts": { "test": "vitest run", "lint": "tsc --noEmit && eslint ./src", "build": "del-cli dist && tsc", "release": "npm run lint && npm run build && np" }, "devDependencies": { "@cycraft/eslint": "^0.4.3", "@cycraft/tsconfig": "^0.1.2", "del-cli": "^6.0.0", "np": "^10.2.0", "vitest": "^3.0.6" }, "files": [ "dist" ], "keywords": [ "check", "check-anything", "check-url", "check-email", "validate-anything", "validate-url", "validate-email", "validate-strings" ], "author": "Luca Ban - Mesqueeb (https://cycraft.co)", "funding": "https://github.com/sponsors/mesqueeb", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mesqueeb/check-anything.git" }, "homepage": "https://github.com/mesqueeb/check-anything#readme", "bugs": "https://github.com/mesqueeb/check-anything/issues" }