This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.68 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
44
45
46
47
48
49
50
51
52
{
"name": "prestashop_test_lib",
"version": "0.0.15",
"description": "version select resolver",
"repository": {
"type": "git",
"url": "git+https://github.com/PrestaShopCorp/prestashop_test_lib.git"
},
"author": "PrestaShop",
"license": "MIT",
"npm-link": "https://www.npmjs.com/package/prestashop_test_lib",
"bugs": {
"url": "https://github.com/PrestaShopCorp/modules-testing-library/issues"
},
"homepage": "https://github.com/PrestaShopCorp/modules-testing-library#readme",
"scripts": {
"test:all": "./node_modules/mocha/bin/mocha --recursive --file kernel/utils/setup.js tests",
"test:ui": "./node_modules/mocha/bin/mocha --recursive --file kernel/utils/setup.js tests/ui",
"test:unit": "./node_modules/mocha/bin/mocha --recursive tests/units",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ignore-path .gitignore .",
"js-doc:update": "bash ./jsdocScript/updateDocs.sh"
},
"_moduleAliases": {
"@resolvers": "kernel/resolvers",
"@data": "tests/ui/data",
"@versions": "versions",
"@utils": "kernel/utils",
"@kernel": "kernel",
"@unitTests": "tests/units",
"@uiTests": "tests/ui"
},
"dependencies": {
"dotenv": "^10.0.0",
"module-alias": "^2.2.2",
"playwright": "1.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prestashop": "0.0.2",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.20.2",
"faker": "^4.1.0",
"jsdoc-to-markdown": "^7.0.1",
"mocha": "^6.1.4",
"mochawesome": "^6.2.2"
}
}