UNPKG

1.39 kBJSONView Raw
1{
2 "name": "nhs-validation",
3 "version": "0.0.2",
4 "description": "Allows the validation and generation of various NHS and medical elements like NHS Numbers & Clinical Codes.",
5 "keywords": [
6 "nhs",
7 "nhs numbers",
8 "nhs validation",
9 "nhs validate"
10 ],
11 "main": "dist/index.js",
12 "types": "dist/index.d.ts",
13 "author": "Josh Walshaw, sethiroth66",
14 "maintainers": [
15 "Josh Walshaw <josh@joshwalshaw.com> (https://github.com/joshwalshaw)",
16 "sethiroth66 <sethiroth66@gmail.com> (https://github.com/sethiroth66/)"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/JoshWalshaw/NHS-Validation.git"
21 },
22 "license": "MIT",
23 "scripts": {
24 "build": "tsc",
25 "format": "prettier --write \"src/**/*.ts\"",
26 "lint": "eslint \"{src,test}/**/*.ts\" --fix",
27 "test": "echo \"Error: no test specified\" && exit 1",
28 "prepare": "npm run build",
29 "prepublishOnly": "npm run lint",
30 "preversion": "npm run lint",
31 "version": "npm run format && git add -A .",
32 "postversion": "git push && git push --tags"
33 },
34 "devDependencies": {
35 "prettier": "^2.7.0",
36 "typescript": "^4.7.3",
37 "@typescript-eslint/eslint-plugin": "^5.0.0",
38 "@typescript-eslint/parser": "^5.0.0",
39 "eslint": "^8.0.1",
40 "eslint-config-prettier": "^8.3.0",
41 "eslint-plugin-prettier": "^4.0.0",
42 "tsconfig-paths": "^3.10.1"
43 }
44}