-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
38
39
40
41
42
{
"name": "geometadata",
"version": "1.0.0",
"description": "Testing environment for OJS plugin",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"@foreachbe/cypress-tinymce": "^1.0.0",
"cypress": "^14.0.3",
"cypress-failed-log": "^2.10.0",
"cypress-file-upload": "^5.0.8",
"cypress-wait-until": "^1.7.2",
"dotenv": "^16.4.7"
},
"scripts": {
"cy_open": "npx cypress open",
"cy_run": "npx cypress run",
"test_ci": "npx cypress run --headless --browser chrome",
"test_compose": "docker-compose --file cypress/docker-compose-mysql.yml down --volume && OJS_VERSION=3_3_0-11 docker-compose --file cypress/docker-compose-mysql.yml up"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TIBHannover/geoMetadata.git"
},
"keywords": [
"OJS",
"publishing",
"metadata",
"research",
"communication",
"open",
"science"
],
"author": "KOMET project, OPTIMETA project, Daniel Nüst, Tom Niers",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/TIBHannover/geoMetadata/issues"
},
"homepage": "https://github.com/TIBHannover/geoMetadata#readme"
}