-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 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
{
"name": "@media-network/media-api",
"version": "1.0.0",
"description": "Serverless REST API for Media CDN",
"main": "handler.js",
"repository": {
"type": "git",
"url": "git+https://github.com/media-network/media-api.git"
},
"keywords": [
"serverless",
"aws"
],
"author": "LongLH <d@dapps.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/media-network/media-api/issues"
},
"homepage": "https://github.com/media-network/media-api#readme",
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.6",
"@babel/runtime": "7.1.5",
"babel-loader": "8.0.4",
"run.env": "1.1.0",
"serverless": "1.33.2",
"serverless-nested-stack": "0.0.7",
"serverless-offline": "3.31.3",
"serverless-webpack": "5.2.0",
"webpack": "4.26.0",
"webpack-node-externals": "1.7.2"
},
"dependencies": {
"amqplib": "0.5.2",
"bcryptjs": "2.4.3",
"elasticsearch": "15.2.0",
"escape-string-regexp": "1.0.5",
"http-status-codes": "1.3.0",
"isarray": "2.0.4",
"joi": "14.3.0",
"keygen": "0.3.1",
"middy": "0.20.0",
"mongoose": "5.3.13",
"ms": "2.1.1",
"namor": "1.1.1",
"serialize-error": "3.0.0",
"shorthash": "0.0.2",
"uuid": "3.3.2"
},
"scripts": {
"start": "run.env serverless offline",
"simulate": "run.env serverless offline --skipCacheInvalidation"
}
}