-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 812 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 812 Bytes
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
{
"name": "movies_app",
"version": "1.0.0",
"description": "Coding test",
"main": "server.js",
"scripts": {
"test": "jest"
},
"author": "JohnM",
"license": "ISC",
"dependencies": {
"@babel/preset-typescript": "^7.16.0",
"@testing-library/jest-dom": "^5.15.1",
"@types/jest": "^27.0.3",
"@types/json-query": "^2.2.2",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"nodemon": "^2.0.15",
"nunjucks": "^3.2.3",
"pg": "^8.7.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@types/express": "^4.17.13",
"@types/node": "^16.11.9",
"dotenv": "^10.0.0",
"supertest": "^6.1.6",
"typescript": "^4.5.2"
}
}