-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
68 lines (68 loc) · 2.13 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@prestashop-core/ui-testing",
"version": "0.0.12",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"// ESLint": "To run ESLint commands",
"lint:fix": "eslint --fix --ignore-path .gitignore .",
"lint": "eslint --ignore-path .gitignore .",
"build": "tsc && tsc-alias && npm run copy:assets",
"prepare": "npm run build",
"copy:assets": "cp -R assets dist/",
"// Scripts": "",
"// - Check data modules": "Script to check if data modules are updated",
"check:data:modules": "ts-node -r tsconfig-paths/register src/scripts/updateModules.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrestaShop/ui-testing-library.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrestaShop/ui-testing-library/issues"
},
"homepage": "https://github.com/PrestaShop/ui-testing-library#readme",
"dependencies": {
"@faker-js/faker": "^9.0.3",
"@playwright/test": "^1.48.1",
"@s3pweb/keycloak-admin-client-cjs": "^26.0.0",
"@xmldom/xmldom": "^0.9.5",
"csv-writer": "^1.6.0",
"fast-xml-parser": "^4.4.0",
"gunzip-file": "^0.1.1",
"jpeg-js": "^0.4.4",
"js-image-generator": "^1.0.4",
"libsodium-wrappers": "^0.7.13",
"maildev": "^2.1.0",
"pdfjs-dist": "^3.6.172",
"semver": "^7.5.4",
"xlsx": "^0.18.5",
"xpath-ts": "^1.3.13"
},
"devDependencies": {
"@types/libsodium-wrappers": "^0.7.14",
"@types/node": "^22.7.5",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"babel-eslint": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.29.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}