-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 1.9 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "beech-api",
"version": "3.8.0",
"description": "Command line interface for rapid Beech API development",
"keywords": [
"api",
"node-api",
"api-framework",
"beech-api",
"cli",
"nodejs"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bombkiml/beech-api.git",
"directory": "packages/cli"
},
"authors": "bombkiml",
"bugs": {
"url": "https://github.com/bombkiml/beech-api/issues"
},
"homepage": "https://github.com/bombkiml/beech-api/blob/master/README.md",
"deprecated": false,
"engines": {
"node": ">=14.19"
},
"dependencies": {
"app-root-path": "^3.0.0",
"axios": "0.28.0",
"child-process-promise": "^2.2.1",
"cli-clear": "^1.0.4",
"cookie-parser": "1.4.3",
"cors": "^2.8.1",
"crypto-js": "^4.2.0",
"cryptr": "^6.3.0",
"express": "4.20.0",
"express-duplicate-request": "^1.0.3",
"express-rate-limit": "^7.4.0",
"express-session": "^1.17.1",
"express-slow-down": "^2.0.3",
"express-validator": "2.21.0",
"fs": "0.0.1-security",
"inquirer": "8.2.4",
"jsonwebtoken": "^9.0.2",
"log-update": "^4.0.0",
"md5": "^2.3.0",
"method-override": "^3.0.0",
"mkdirp": "^2.1.6",
"module-alias": "^2.2.2",
"mysql": "^2.18.1",
"mysql2": "^3.11.3",
"node-cmd": "^3.0.0",
"node-emoji": "^1.11.0",
"node-notifier": "^10.0.1",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^6.21.3",
"walk": "^2.3.14"
},
"devDependencies": {
"jest": "^28.1.3",
"nodemon": "^3.1.0",
"sequelize-cli": "^5.5.1"
},
"jest": {
"prdFile": "./node_modules/beech-api/packages/cli/core/test/utils.js",
"devFile": "./core/test/utils.js"
}
}