-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 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
{
"name": "opg-lpa",
"description": "The Office of the Public Guardian Lasting Power of Attorney online service: Managed by opg-org-infra & Terraform.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"lint:check": "eslint service-front/assets/js cypress/e2e/common"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@badeball/cypress-cucumber-preprocessor": "^20.0.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"axe-core": "^4.1.4",
"cli-table": "^0.3.9",
"cypress": "13.4.0",
"cypress-failed-log": "^2.9.2",
"cypress-plugin-tab": "^1.0.5",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"pdf-lib": "^1.17.1",
"prettier": "^2.7.1",
"strip-ansi": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ministryofjustice/opg-lpa.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ministryofjustice/opg-lpa/issues"
},
"homepage": "https://github.com/ministryofjustice/opg-lpa#readme"
}