-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.57 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
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
{
"name": "@open-template-hub/common",
"description": "This library contains common functionalities for Server Templates on Open Template Hub",
"version": "5.0.18",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "ts-node index.ts",
"build": "tsc",
"outdated": "node dependency-checker.ts > docs/OUTDATED.md"
},
"dependencies": {
"@types/amqplib": "^0.10.1",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.6",
"@types/mongoose": "^5.11.97",
"amqplib": "^0.10.3",
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
"ioredis": "^5.2.5",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.3",
"nodemailer": "^6.8.0",
"object-path": "^0.11.8",
"pg": "^8.8.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/crypto-js": "^4.1.1",
"@types/jsonwebtoken": "^9.0.0",
"@types/nodemailer": "^6.4.6",
"@types/object-path": "^0.11.1",
"@types/pg": "^8.6.5"
},
"git repository": "https://github.com/open-template-hub/common",
"repository": {
"type": "git",
"url": "https://github.com/open-template-hub/common.git"
},
"keywords": [
"common",
"server",
"rest",
"node",
"nodejs",
"typescript",
"mongo",
"mongodb",
"mongoose",
"postgre",
"postgresql",
"cli",
"backend",
"template",
"open template hub",
"open template hub library",
"util",
"utility",
"utilities",
"token"
]
}