-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.36 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
{
"name": "ranked_quicklook",
"version": "1.0.0",
"description": " This app helps to analyze League of Legends matchups and at the end of the game shows performance about your play, lane, and champion with tips.",
"repository": {
"type": "git",
"url": "git+https://github.com/Cygnus-Software/Ranked_QuickLook.git"
},
"main": "serverless.ts",
"directories": {
"test": "test"
},
"scripts": {
"start": "sls offline start --httpPort 3200 --lambdaPort 3202",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.15.0"
},
"keywords": [
"league-of-legends",
"cygnus-software"
],
"bugs": {
"url": "https://github.com/Cygnus-Software/Ranked_QuickLook/issues"
},
"homepage": "https://github.com/Cygnus-Software/Ranked_QuickLook#readme",
"dependencies": {
"@middy/core": "^2.5.3",
"@middy/http-json-body-parser": "^2.5.3",
"express": "^4.18.1"
},
"devDependencies": {
"@serverless/typescript": "^3.21.0",
"@types/aws-lambda": "^8.10.71",
"@types/node": "^14.14.25",
"esbuild": "^0.14.11",
"json-schema-to-ts": "^1.5.0",
"serverless": "^3.0.0",
"serverless-esbuild": "^1.23.3",
"serverless-offline": "^8.8.1",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.1.3"
},
"author": "shirosweets",
"license": "CC BY-NC-ND"
}