-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "mtglm-seasons-lambda",
"parser": "babel-eslint",
"version": "1.0.0",
"description": "Season services for mtglm application.",
"scripts": {
"build": "tsc --project ./tsconfig.json --noUnusedLocals",
"lint": "eslint --ext .ts src/",
"start": "sls offline"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Gnome-Lackey/mtglm-service-season.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gnome-Lackey/mtglm-service-season/issues"
},
"homepage": "https://github.com/Gnome-Lackey/mtglm-service-season#readme",
"pre-commit": [
"lint",
"build"
],
"dependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^12.7.12",
"@types/uuid": "^3.4.5",
"aws-sdk": "^2.482.0",
"global": "^4.4.0",
"jwt-decode": "^2.2.0",
"mtglm-service-sdk": "Gnome-Lackey/mtglm-service-sdk#dev",
"serverless-aws-documentation": "^1.1.0",
"serverless-iam-roles-per-function": "^2.0.1",
"typescript": "^3.6.4",
"uuid": "^3.3.3"
},
"devDependencies": {
"@bsokol/eslint-config": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"babel-eslint": "8",
"eslint": "5.x",
"eslint-plugin-filenames": "^1.3.2",
"pre-commit": "^1.2.2",
"serverless-offline": "^5.5.0"
}
}