-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "locale_api",
"version": "1.0.0",
"description": "A geographical API",
"main": "app.js",
"scripts": {
"test": "jest --coverage",
"startdev": "node app.js"
},
"jest": {
"testEnvironment": "node"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Muyixone/locale_API.git"
},
"author": "Muyi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Muyixone/locale_API/issues"
},
"homepage": "https://github.com/Muyixone/locale_API#readme",
"devDependencies": {
"jest": "^29.5.0",
"mongodb-memory-server": "^8.13.0",
"nodemon": "^2.0.22"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"generate-api-key": "^1.0.2",
"helmet": "^7.0.0",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.3.0",
"redis": "^4.6.7",
"swagger-ui-express": "^4.6.3",
"yamljs": "^0.3.0"
}
}