-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 911 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
34
35
36
37
38
{
"name": "@shopware-ag/jest-preset-sw6-admin",
"version": "4.3.4",
"description": "Jest Test preset for Shopware 6 administration unit tests",
"main": "jest-preset.js",
"keywords": [
"jest",
"unit",
"test",
"unit-test",
"shopware",
"sw6"
],
"author": "klarstil",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shopware/jest-preset-sw6-admin.git"
},
"bugs": {
"url": "https://github.com/shopware/jest-preset-sw6-admin/issues"
},
"homepage": "https://github.com/shopware/jest-preset-sw6-admin#readme",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@babel/core": "^7.17.12",
"@babel/preset-typescript": "^7.16.7",
"babel-jest": "^27.5.1",
"babel-plugin-require-context-hook": "^1.0.0",
"uuid": "^8.3.2"
},
"publishConfig": {
"access": "public"
}
}