generated from bloominstituteoftechnology/W_S5_Challenge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 809 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
{
"name": "w_s5_challenge",
"version": "1.0.0",
"scripts": {
"start": "fkill :3003 -f -s && node ./backend/server.js",
"test": "cross-env NODE_ENV=testing jest --watchAll --verbose",
"fixit": "rm -rf node_modules package-lock.json && npm i"
},
"license": "MIT",
"devDependencies": {
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.3",
"@types/jest": "^29.5.5",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"fkill-cli": "^7.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^1.3.1",
"nodemon": "^3.0.1"
},
"dependencies": {
"axios": "^1.5.0",
"express": "^4.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bloominstituteoftechnology/W_S5_Challenge.git"
}
}