-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1022 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": "controlled-substance-licence",
"version": "1.0.0",
"description": "Controlled Substance Licence",
"main": "index.js",
"engines": {
"node": ">=20.18.0 <21.0.0"
},
"scripts": {
"start": "node server.js",
"start:dev": "[ -f .env ] && hof-build watch --env || hof-build watch",
"build": "hof-build",
"postinstall": "hof-build",
"test:lint": "eslint . --config ./node_modules/eslint-config-hof/default.js",
"test:unit": "jest --verbose --testPathPattern=test/unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UKHomeOffice/controlled-substance-licence.git"
},
"author": "HOF",
"license": "ISC",
"bugs": {
"url": "https://github.com/UKHomeOffice/controlled-substance-licence/issues"
},
"homepage": "https://github.com/UKHomeOffice/controlled-substance-licence#readme",
"dependencies": {
"hof": "^21.1.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-hof": "^1.3.4",
"jest": "^29.7.0"
}
}