UNPKG

@edyspider/validate-niss

Version:

A NPM package to validate Portuguese social security identification number (NISS).

45 lines (42 loc) 1.02 kB
{ "name": "@edyspider/validate-niss", "version": "1.0.2", "description": "A NPM package to validate Portuguese social security identification number (NISS).", "main": "index.js", "scripts": { "lint": "eslint src/**/*.js test/**/*.js", "build": "webpack --mode production", "test": "jest", "coverage": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/edyspider/validate-niss.git" }, "keywords": [ "NISS", "SS", "Social Security", "Validate", "Portugal" ], "author": "EdySpider", "license": "ISC", "bugs": { "url": "https://github.com/edyspider/validate-niss/issues" }, "homepage": "https://github.com/edyspider/validate-niss#readme", "devDependencies": { "eslint": "^9.8.0", "globals": "^15.9.0", "jest": "^29.7.0", "webpack-cli": "^5.1.4" }, "dependencies": { "webpack": "^5.93.0" }, "private": false, "publishConfig": { "registry": "https://registry.npmjs.org" } }