This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 KB
/
package.json
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
41
42
43
44
45
46
47
48
{
"name": "yh-fhir-listeners",
"version": "7.0.4",
"description": "Yeovil Hospital's Mirth Connect FHIR Listener channel adapted for use with InterSystems' TrakCare PAS (v2020 MR6.11)",
"private": "true",
"main": "index.js",
"repository": "git+https://github.com/Fdawgs/yh-fhir-listeners.git",
"homepage": "https://github.com/Fdawgs/yh-fhir-listeners",
"bugs": {
"url": "https://github.com/Fdawgs/yh-fhir-listeners/issues"
},
"license": "MIT",
"author": "Frazer Smith <frazer.smith@somersetft.nhs.uk>",
"funding": "https://justgiving.com/yeovilhospital",
"engines": {
"node": ">=18.12.1"
},
"scripts": {
"build": "babel src -d temp --ignore \"src/sql/\"",
"lint": "eslint src/. --cache --ext js,jsx --ignore-path .gitignore",
"lint:prettier": "prettier . -w -u",
"lint:prettier:ci": "prettier . -c -u",
"prepare": "husky install",
"test": "npm run lint && npm run lint:prettier:ci"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/node": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"babel-preset-minify": "^0.5.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-security": "^1.7.1",
"husky": "^9.0.6",
"prettier": "2.8.8"
}
}