UNPKG

ssl-checker-kzh

Version:
58 lines (57 loc) 1.86 kB
{ "name": "ssl-checker-kzh", "version": "2.0.6", "description": "ssl-checker", "main": "./lib/cmjs/index.js", "module": "./lib/cmjs/index.js", "es2015": "./lib/es2015/index.js", "unpkg": "./lib/umd/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "test:coverage": "jest --coverage --config=jestconfig.json && cat ./coverage/lcov.info | codacy-coverage -v", "build": "yarn build:es2015 && yarn build:umd && yarn build:cmjs", "build:es2015": "tsc --module es2015 --outDir lib/es2015", "build:umd": "tsc --module umd --outDir lib/umd", "build:cmjs": "tsc --module commonjs --outDir lib/cmjs", "lint": "tslint -p tsconfig.json", "format": "prettier --write '**/*.{ts,md}'", "precommit": "pretty-quick --staged", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/khantzawhein/ssl-checker.git" }, "keywords": [ "ssl", "checker" ], "author": "Dyaa Eldin <mail@dyaa.me> (https://dyaa.me)", "license": "MIT", "bugs": { "url": "https://github.com/dyaa/ssl-checker/issues" }, "homepage": "https://github.com/dyaa/ssl-checker#readme", "devDependencies": { "@types/jest": "^26.0.14", "@types/node": "^14.11.2", "codacy-coverage": "^3.4.0", "codecov": "^3.5.0", "jest": "^24.9.0", "jest-extended": "^0.11.2", "prettier": "^2.0.4", "pretty-quick": "^3.0.2", "ts-jest": "^24.0.2", "tslint": "^6.0.0", "tslint-config-prettier": "^1.18.0", "typescript": "^4.0.3" }, "files": [ "lib/**/*" ] }