{
  "name": "dni-js",
  "version": "0.2.1",
  "description": "Compute and validate a Spanish DNI/NIE number",
  "main": "src/index.js",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/albertfdp/dni-js.git"
  },
  "keywords": [
    "dni",
    "nie",
    "spain",
    "spanish"
  ],
  "author": "Albert Fernández <albert@nandez.cat>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/albertfdp/dni-js/issues"
  },
  "homepage": "https://github.com/albertfdp/dni-js#readme",
  "devDependencies": {
    "jest": "^27.1.0",
    "unexpected": "^12.0.3"
  }
}
