UNPKG

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