mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-10 15:20:57 +00:00
26 lines
534 B
JSON
26 lines
534 B
JSON
{
|
|
"name": "joomla-weblinks",
|
|
"version": "4.0.0",
|
|
"description": "Weblinks extension",
|
|
"license": "GPL-2.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-extensions/weblinks.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=16",
|
|
"npm": ">=8.5.5"
|
|
},
|
|
"scripts": {
|
|
"cypress:install": "cypress install",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^12.7.0",
|
|
"joomla-cypress": "^0.0.16"
|
|
}
|
|
}
|