-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.21 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
{
"name": "apied-piper",
"version": "3.2.8",
"description": "A minute microservice API Rest generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leganux/apied-pipper.git"
},
"keywords": [
"pied",
"piper",
"API",
"REST",
"microservice",
"apiato",
"leganux",
"web",
"minute",
"mongoose",
"express"
],
"author": "Angel Erick Cruz Olivera - leganux.net",
"license": "MIT",
"bugs": {
"url": "https://github.com/leganux/apied-pipper/issues"
},
"homepage": "https://github.com/leganux/apied-pipper#readme",
"dependencies": {
"apiato": "^1.2.3",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"docker-container-id": "^1.0.1",
"express": "^4.18.2",
"hooli-logger-client": "^1.0.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"mongoose": "^7.6.3",
"mongoose-datatables-fork": "^1.1.0",
"morgan": "^1.10.0",
"node-gyp": "^9.4.0",
"node-os-utils": "^1.3.7",
"nodemailer": "^6.9.6",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}