-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.16 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": "optimetageo",
"version": "1.0.0",
"description": "Testing environment for OJS plugin",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"@foreachbe/cypress-tinymce": "^1.0.0",
"cypress": "^10.2.0",
"cypress-failed-log": "^2.9.5",
"cypress-file-upload": "^5.0.8",
"cypress-wait-until": "^1.7.2",
"dotenv": "^16.0.1"
},
"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/optimetaGeo.git"
},
"keywords": [
"OJS",
"publishing",
"metadata",
"research",
"communication",
"open",
"science"
],
"author": "Daniel Nüst",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/TIBHannover/optimetaGeo/issues"
},
"homepage": "https://github.com/TIBHannover/optimetaGeo#readme"
}