-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.31 KB
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": "open-data-wizard",
"version": "2.41.1",
"description": "WordPress plugin for publishing open data as DCAT-AP 3.0 compliant metadata",
"author": "Open Data Wizard Team",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"plugin",
"open-data",
"dcat-ap",
"metadata",
"json-ld"
],
"repository": {
"type": "git",
"url": "https://github.com/daimpad/OpenDataWizard.git"
},
"scripts": {
"env:start": "wp-env start && wp-env run cli wp language core install de_DE --activate && wp-env run tests-cli wp language core install de_DE --activate && wp-env run cli wp rewrite structure '/%postname%/' --hard && wp-env run tests-cli wp rewrite structure '/%postname%/' --hard",
"env:stop": "wp-env stop",
"env:clean": "wp-env clean tests",
"test:e2e": "playwright test --project=chromium",
"test:e2e:all": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"test:e2e:headed": "playwright test --headed",
"test:shacl": "node tests/shacl/validate.mjs",
"env:verify": "wp-env run tests-cli wp option get odw_e2e_seeded"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@wordpress/env": "^11.14.0",
"@zazuko/env-node": "^3.1.0",
"rdf-validate-shacl": "^0.6.5"
}
}