-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 575 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 575 Bytes
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
{
"name": "joomla-testcom",
"version": "5.0.0",
"description": "Alikonweb extensions",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/alikon/testcom.git"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.1.0"
},
"scripts": {
"cypress:install": "cypress install",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"devDependencies": {
"cypress": "^14.5.3",
"joomla-cypress": "^1.3.1",
"mysql": "^2.18.1",
"pg": "^8.16.3",
"smtp-tester": "^2.1.0"
}
}