UNPKG

br-phone-validator-lib

Version:
57 lines (56 loc) 1.93 kB
{ "name": "br-phone-validator-lib", "version": "1.0.2", "description": "Cell number and fixed phone number validator lib", "main": "dist/br-phone-validator.js", "scripts": { "build": "tsc -p tsconfig.json", "test": "jest --passWithNoTests --silent --noStackTrace --runInBand --detectOpenHandles", "test:verbose": "jest --passWithNoTests --runInBand", "test:unit": "npm test -- --watch -c jest-unit-config.js", "test:integration": "npm test -- --watch -c jest-integration-config.js", "test:staged": "npm test -- --findRelatedTests", "test:ci": "npm test -- --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/idylicaro/Br-Phone-Validator-Lib.git" }, "keywords": [ "validator", "brasil", "brazil", "validation", "phoneNumber" ], "author": "Idyl Icaro dos Santos <idylicaro.se@hotmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/idylicaro/Br-Phone-Validator-Lib/issues" }, "homepage": "https://github.com/idylicaro/Br-Phone-Validator-Lib#readme", "devDependencies": { "@types/jest": "^25.2.3", "@types/node": "^14.0.24", "@typescript-eslint/eslint-plugin": "3.1.0", "@typescript-eslint/parser": "3.1.0", "eslint": "^7.2.0", "eslint-config-standard": "^14.1.1", "eslint-config-standard-with-typescript": "^18.0.2", "eslint-plugin-import": "^2.21.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "git-commit-msg-linter": "^2.4.2", "husky": "^4.2.5", "jest": "^26.0.1", "lint-staged": "^10.2.9", "ts-jest": "^26.1.0", "ts-node": "^8.10.2", "ts-node-dev": "^1.0.0-pre.54", "typescript": "^3.9.7", "typescript-node": "^0.1.3", "typescript-register": "^1.1.0", "typescript-require": "^0.3.0" } }