UNPKG

@nodesecure/domain-check

Version:

NodeSecure (npm) domain-check analysis package

44 lines (43 loc) 1.11 kB
{ "name": "@nodesecure/domain-check", "version": "1.0.1", "description": "NodeSecure (npm) domain-check analysis package", "exports": "./src/index.js", "main": "./src/index.js", "type": "module", "types": "./index.d.ts", "scripts": { "dev": "node ./src/index.js", "lint": "cross-env eslint ./src", "test-only": "cross-env esm-tape-runner 'test/**/*.js' | tap-monkey", "test": "npm run lint && npm run test-only", "coverage": "c8 -r html npm test" }, "repository": { "type": "git", "url": "git+https://github.com/NodeSecure/domain-check.git" }, "keywords": [ "NodeSecure", "domain-check", "email", "npm" ], "files": [ "src" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/domain-check/issues" }, "homepage": "https://github.com/NodeSecure/domain-check#readme", "devDependencies": { "@nodesecure/eslint-config": "^1.6.0", "@small-tech/esm-tape-runner": "^2.0.0", "@small-tech/tap-monkey": "^1.4.0", "c8": "^7.12.0", "cross-env": "^7.0.3", "tape": "^5.6.1" } }