-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.2 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
{
"name": "demo",
"version": "1.0.0",
"description": "Learning Software Testing with Jest",
"main": "index.js",
"scripts": {
"test": "export NODE_ENV=testing || SET \"NODE_ENV=testing\" && jest -i "
},
"repository": {
"type": "git",
"url": "git+https://github.com/m7moudGadallah/Learning-Software-Testing-with-Jest.git"
},
"author": "Mahmoud Gadallah",
"license": "ISC",
"bugs": {
"url": "https://github.com/m7moudGadallah/Learning-Software-Testing-with-Jest/issues"
},
"homepage": "https://github.com/m7moudGadallah/Learning-Software-Testing-with-Jest#readme",
"dependencies": {
"axios": "^1.4.0",
"jest": "^29.6.2"
},
"devDependencies": {
"@cucumber/cucumber": "^9.3.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.4"
}
}