-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 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
{
"name": "subtitles-translator",
"version": "1.0.0",
"description": "Subtitles Translator for Lingoo",
"main": "index.js",
"scripts": {
"start": "npm run build && cross-env NODE_CONFIG_DIR=./build/configs node build/server.js",
"start:dev": "cross-env NODE_CONFIG_DIR=./src/configs nodemon",
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
"build": "rimraf ./build && npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lengoo/backend-coding-challenge-samsoft00.git"
},
"author": "Oyewole Abayomi <oyewoleabayomi@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/lengoo/backend-coding-challenge-samsoft00/issues"
},
"homepage": "https://github.com/lengoo/backend-coding-challenge-samsoft00#readme",
"devDependencies": {
"@types/async": "^3.2.3",
"@types/body-parser": "^1.19.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^1.6.0",
"@types/config": "0.0.36",
"@types/cors": "^2.8.7",
"@types/express": "^4.17.8",
"@types/fancy-log": "^1.3.1",
"@types/helmet": "0.0.48",
"@types/lodash": "^4.14.161",
"@types/lusca": "^1.6.2",
"@types/morgan": "^1.9.1",
"@types/multer": "^1.4.4",
"@types/node": "^14.11.1",
"@types/on-finished": "^2.3.1",
"@types/through2": "^2.0.36",
"@types/uuid": "^8.3.0",
"@types/winston": "^2.4.4",
"nodemon": "^2.0.4",
"npm-check-updates": "^9.0.1",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"tslint": "^5.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"async": "^3.2.0",
"body-parser": "^1.19.0",
"camelcase-keys": "^6.2.2",
"class-validator": "^0.12.2",
"compression": "^1.7.4",
"concat-stream": "^2.0.0",
"config": "^3.3.1",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eventemitter2": "^6.4.3",
"express": "^4.17.1",
"fancy-log": "^1.3.3",
"file-type": "^15.0.1",
"fuse.js": "^6.4.1",
"get-stream": "^6.0.0",
"handlebars": "^4.7.6",
"helmet": "^4.1.1",
"into-stream": "^6.0.0",
"lodash": "^4.17.20",
"lusca": "^1.6.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"on-finished": "^2.3.0",
"pg": "^8.2.1",
"reflect-metadata": "^0.1.13",
"sendgrid": "^5.2.3",
"through2": "^4.0.2",
"typeorm": "^0.2.26",
"uuid": "^7.0.2"
}
}