-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"name": "fakeauthentication-api",
"version": "1.0.0",
"description": "This is a fake authentication api that can be used for implementing authentication such as login or sign up to the frontend applications.",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rakshixh/FakeAuthentication-API.git"
},
"author": "Rakshith Acharya",
"license": "MIT",
"bugs": {
"url": "https://github.com/rakshixh/FakeAuthentication-API/issues"
},
"homepage": "https://github.com/rakshixh/FakeAuthentication-API#readme",
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mongoose": "^8.3.2",
"node-cron": "^3.0.3",
"nodemon": "^3.1.0",
"path": "^0.12.7",
"serve-favicon": "^2.5.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.0"
}
}