-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 859 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 859 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
34
35
{
"name": "express_workshop",
"version": "1.0.0",
"description": "Installing a init by npm package, like a API for ExpressJS",
"main": "index.js",
"scripts": {
"start": "nodemon index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElianJ09/GitRepository_Express_Workshop.git"
},
"keywords": [
"api",
"rest",
"express",
"nodejs",
"jwl",
"mysql"
],
"author": "Elian RG",
"license": "ISC",
"bugs": {
"url": "https://github.com/ElianJ09/GitRepository_Express_Workshop/issues"
},
"homepage": "https://github.com/ElianJ09/GitRepository_Express_Workshop#readme",
"dependencies": {
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemon": "^3.0.1"
}
}