-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 945 Bytes
/
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
{
"name": "sft-logos",
"version": "1.1.0",
"description": "Somerset NHSFT's logos",
"private": true,
"main": "src/app.js",
"repository": "git+https://github.com/TauntonandSomersetNHSTrust/sft-logos.git",
"homepage": "https://github.com/TauntonandSomersetNHSTrust/sft-logos",
"bugs": {
"url": "https://github.com/TauntonandSomersetNHSTrust/sft-logos/issues"
},
"license": "OGL-UK-3.0",
"author": "Frazer Smith <frazer.smith@somersetft.nhs.uk>",
"funding": "https://www.lovemusgrove.org.uk/donate/",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"lint:prettier": "prettier . -w -u",
"lint:prettier:ci": "prettier . -c -u",
"prepare": "husky install",
"test": "npm run lint:prettier:ci"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"husky": "^9.0.7",
"prettier": "^3.0.0"
}
}