forked from danskernesdigitalebibliotek/dpl-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.26 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
{
"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": "^18.11.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"chrome-launcher": "^0.15.1",
"cypress": "^13.13.0",
"cypress-if": "^1.12.3",
"cypress-plugin-api": "^2.11.2",
"dayjs": "^1.11.11",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-drupal-contrib": "^1.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jsome": "^2.5.0",
"markdownlint-cli2": "^0.3.2",
"pa11y-ci": "https://github.com/pa11y/pa11y-ci/archive/5c842cf1b9fe2867b70ff5354851d985be8d71c4.tar.gz",
"prettier": "^2.7.1",
"typescript": "^4.8.3",
"wiremock-rest-client": "^1.10.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"
}
}