-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.03 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "musclelib-api",
"version": "1.1.2",
"description": "MuscleLib API is a RESTful API for searching exercises, with support for multiple languages and pagination. It was built using Node.js and Express.js, and it uses a MongoDB database to store the exercises. The API is documented using Swagger, and it has a simple and intuitive structure. The API is free to use and it does not require any authentication to access the data. The API is also very fast and it can handle a high volume of requests. The API is also very scalable and it can be easily integrated with other applications.",
"main": "server/start.js",
"scripts": {
"start": "node server/start.js",
"dev": "nodemon server/start.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"format": "prettier --write ."
},
"author": "Daniel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/programador-jr/MuscleLibAPI.git"
},
"keywords": [
"api",
"exercises",
"fitness",
"health",
"musclelib",
"nodejs",
"expressjs",
"mongodb",
"restful",
"swagger",
"json",
"pagination",
"multilanguage"
],
"dependencies": {
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fuse.js": "^7.0.0",
"mongoose": "^8.9.6",
"node": "^23.7.0",
"node-fetch": "^3.3.2",
"npm": "^11.1.0",
"path": "^0.12.7",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"nodemon": "^3.1.9",
"prettier": "^3.4.2"
},
"bugs": {
"url": "https://github.com/programador-jr/MuscleLibAPI/issues"
},
"homepage": "https://github.com/programador-jr/MuscleLibAPI#readme"
}