UNPKG

spain-id

Version:

Spanish id documents validator (NIF, CIF, NIE)

52 lines (51 loc) 1.39 kB
{ "name": "spain-id", "version": "1.1.7", "description": "Spanish id documents validator (NIF, CIF, NIE)", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "files": [ "lib/" ], "scripts": { "test": "jest --passWithNoTests --silent", "patch": "npm version patch", "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", "copy-dts": "tee ./lib/esm/index.d.ts ./lib/cjs/index.d.ts < ./src/index.d.ts", "tdd": "jest --watchAll", "prepare": "npm run tsc && npm run copy-dts && npm run test && npm run patch" }, "repository": { "type": "git", "url": "git+https://github.com/coixinet/spain-id.git" }, "keywords": [ "spain", "id", "nif", "dni", "cif" ], "author": "Josep V. Monjo", "license": "MIT", "bugs": { "url": "https://github.com/coixinet/spain-id/issues" }, "homepage": "https://github.com/coixinet/spain-id#readme", "devDependencies": { "@babel/preset-env": "^7.13.15", "acorn": ">=8.2.1", "core-js": "^3.11.0", "eslint": "^7.25.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "jest": "^26.6.3", "kind-of": ">=6.0.3", "minimist": ">=1.2.5", "serialize-javascript": ">=5.0.1", "typescript": "^4.2.4" }, "dependencies": {} }