-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
37 lines (37 loc) · 1.33 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
{
"name": "dpl-cms",
"description": "Node.js tools for working with DPL CMS",
"license": "AGPL-3.0",
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@lhci/cli": "^0.8",
"@testing-library/cypress": "^10.0.2",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"chrome-launcher": "^0.15.1",
"cypress": "^13.17.0",
"cypress-if": "^1.13.2",
"cypress-plugin-api": "^2.11.2",
"dayjs": "^1.11.13",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-drupal-contrib": "^2.0.3",
"eslint-plugin-prettier": "^5.2.1",
"jsome": "^2.5.0",
"markdownlint-cli2": "^0.16.0",
"pa11y-ci": "https://github.com/pa11y/pa11y-ci/archive/5c842cf1b9fe2867b70ff5354851d985be8d71c4.tar.gz",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"wiremock-rest-client": "^1.11.0"
},
"scripts": {
"wiremock:create-mappings": "yarn wiremock:build && node wiremock/build/createMappings.js",
"pa11y:ci": "pa11y-ci",
"wiremock:dev:watch": "tsc -p wiremock -w",
"wiremock:build": "tsc -p wiremock",
"wiremock:browser": "yarn wiremock:build && node wiremock/build/goggles.js"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}