{ "name": "ssl-checker", "version": "2.0.8", "description": "ssl-checker", "main": "./lib/cjs/index.js", "module": "./lib/es/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "vitest", "test:coverage": "vitest run --coverage && cat ./coverage/lcov.info | codacy-coverage -v", "build": "tsc --project tsconfig.types.json && rollup -c --configPlugin typescript --perf", "format": "prettier --write '**/*.{ts,md}'", "precommit": "pretty-quick --staged", "prepare": "npm run build", "prepublishOnly": "npm test && npm run precommit", "preversion": "npm run precommit", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/dyaa/ssl-checker.git" }, "keywords": [ "ssl", "checker" ], "author": "Dyaa Eldin (https://dyaa.me)", "license": "MIT", "bugs": { "url": "https://github.com/dyaa/ssl-checker/issues" }, "homepage": "https://github.com/dyaa/ssl-checker#readme", "devDependencies": { "@rollup/plugin-typescript": "^11.0.0", "@types/node": "^18.13.0", "@vitest/coverage-istanbul": "^0.28.4", "codacy-coverage": "^3.2.0", "prettier": "^2.0.4", "pretty-quick": "^3.0.2", "rollup": "^3.14.0", "typescript": "^4.9.5", "vitest": "^0.28.4" }, "files": [ "lib/**/*" ] }