This repository has been archived by the owner on Dec 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
109 lines (109 loc) · 2.58 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "typescript-node",
"version": "1.0.0",
"description": "",
"license": "MIT",
"repository": {
"url": "https://github.com/Talento90/typescript-node.git"
},
"author": "Talento90",
"keywords": [
"typescript",
"project structure",
"gulp",
"nodejs"
],
"scripts": {
"tsc": "tsc",
"tsc-watch": "tsc -w",
"build": "NODE_ENV=production gulp build",
"start": "node build/src/index.js",
"setup": "npm install & typings install",
"watch": "nodemon --watch build/src build/src/index.js"
},
"dependencies": {
"@google-cloud/storage": "^1.0.0",
"@sentry/node": "4.4.1",
"@types/dotenv": "^8.2.0",
"@types/node": "^10.12.12",
"ajv": "5.2.0",
"aws-sdk": "^2.374.0",
"bcryptjs": "2.4.3",
"bell": "^9.4.0",
"boom": "3.2.2",
"caseless": "0.12.0",
"colors": "^1.3.3",
"commander": "^5.1.0",
"confidence": "^4.0.2",
"crypto": "^1.0.1",
"diff": "4.0.1",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"fs": "0.0.2",
"fs-extra": "^3.0.1",
"good": "^8.1.1",
"good-console": "^7.1.0",
"good-squeeze": "^5.1.0",
"google-auth-library": "^0.10.0",
"hapi": "17",
"hapi-auth-jwt2": "^8.2.0",
"hapi-cors-headers": "1.0.0",
"hapi-sentry": "^1.0.1",
"hapi-swagger": "^9.2.0",
"har-schema": "2.0.0",
"har-validator": "5.0.3",
"hoek": "^6.1.2",
"http": "0.0.0",
"inert": "^5.1.2",
"is-utf8": "0.2.1",
"joi": "^14.3.0",
"jsonwebtoken": "7.3.0",
"knex": "^0.16.3",
"marked": "^0.3.6",
"mkdirp": "0.5.1",
"mongoose": "4.8.6",
"mysql": "^2.16.0",
"natives": "1.1.6",
"nconf": "0.8.4",
"newman": "^5.1.0",
"node-cron": "^2.0.3",
"node-uuid": "1.4.8",
"path": "0.12.7",
"pg": "^8.2.1",
"prompt": "^1.0.0",
"qs": "6.5.0",
"sequelize": "^5.21.10",
"sigmund": "1.0.1",
"to-iso-string": "0.0.2",
"tunnel-agent": "0.6.0",
"typings": "^2.1.1",
"underscore": "^1.9.1",
"vision": "^5.4.3",
"yarn": "^1.22.4"
},
"devDependencies": {
"chai": "^3.5.0",
"db-migrate": "^0.11.11",
"db-migrate-mysql": "^1.1.10",
"db-migrate-pg": "^1.2.2",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-env": "^0.4.0",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.4.2",
"gulp-rimraf": "^0.2.0",
"gulp-shell": "^0.5.2",
"gulp-tslint": "^4.3.4",
"mocha": "^3.0.0",
"nodemon": "^1.18.8",
"ts-node": "^3.3.0",
"tslint": "^3.13.0",
"typescript": "^3.2.2"
},
"engines": {
"node": ">=4.1.1"
},
"resolutions": {
"natives": "1.1.3"
}
}