summaryrefslogtreecommitdiff
path: root/package.json
blob: 050047118ea0b1a61ffbe7863f5431c761488b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "south-african-id-parser",
  "version": "2.0.0",
  "description": "A library for parsing and validating South African ID Numbers.",
  "main": "south-african-id-parser.js",
  "types": "south-african-id-parser.d.ts",
  "scripts": {
    "pretest": "eslint ./",
    "test": "mocha",
    "docs": "tsc && jsdoc --configure .jsdocrc.json"
  },
  "keywords": [
    "South Africa",
    "ID Number"
  ],
  "author": {
    "name": "Justin Wernick",
    "email": "justin@worthe-it.co.za",
    "url": "http://www.worthe-it.co.za"
  },
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/worthe-it/south-african-id-parser.git"
  },
  "homepage": "https://worthe-it.codeberg.page/south-african-id-parser/",
  "bugs": "https://codeberg.org/worthe-it/south-african-id-parser/issues",
  "license": "(MIT OR Apache-2.0)",
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/worthe_it"
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "eslint": "^8.42.0",
    "jsdoc": "^4.0.2",
    "mocha": "^10.2.0",
    "requirejs": "^2.3.6",
    "typescript": "^5.1.6"
  }
}