-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
executable file
·33 lines (33 loc) · 1016 Bytes
/
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
{
"name": "mollie",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"https://info.mollie.com/hubfs/github/prestashop/logo.png\" width=\"128\" height=\"128\"/> </p> <h1 align=\"center\">Mollie for Prestashop</h1>",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mollie/PrestaShop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mollie/PrestaShop/issues"
},
"homepage": "https://github.com/mollie/PrestaShop#readme",
"devDependencies": {
"@cypress/vue": "^6.0.0",
"@frsource/cypress-plugin-visual-regression-diff": "^3.3.10",
"cypress": "^13.8.1",
"cypress-fail-fast": "^7.0.3",
"cypress-iframe": "^1.0.1",
"cypress-shadow-dom": "^1.4.1",
"cypress-terminal-report": "^5.3.3",
"cypress-testrail": "^2.10.0",
"human-signals": "^3.0.1"
}
}