UNPKG

nin-validator

Version:

Norwegian person and company/organization number validation with mod11

40 lines (39 loc) 831 B
{ "name": "nin-validator", "version": "1.0.0", "description": "Norwegian person and company/organization number validation with mod11", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Maddumage/nin-validator.git" }, "keywords": [ "nin", "NIN", "mod11", "Norwegian" ], "author": "Roshan Maddumage", "license": "ISC", "bugs": { "url": "https://github.com/Maddumage/nin-validator/issues" }, "homepage": "https://github.com/Maddumage/nin-validator#readme", "devDependencies": { "@types/jest": "^29.5.6", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tsup": "^7.2.0", "typescript": "^5.2.2" } }