-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.5 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": "yyt-leaderboard-api",
"version": "0.1.0",
"description": "Web APIs for leaderboard based on AWS SAM",
"main": "src/handler.ts",
"scripts": {
"debug": "SLS_DEBUG=* node --inspect ./node_modules/.bin/serverless offline -s dev",
"start": "sls offline",
"build": "sls package",
"deploy": "sls deploy",
"test": "jest",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
},
"dependencies": {
"@yingyeothon/actor-system": "^0.1.8",
"@yingyeothon/actor-system-aws-lambda-support": "^0.1.6",
"@yingyeothon/actor-system-redis-support": "^0.1.3",
"@yingyeothon/logger": "^0.1.0",
"@yingyeothon/repository": "^0.1.3",
"@yingyeothon/repository-redis": "^0.1.0",
"@yingyeothon/repository-s3": "^0.1.0",
"ioredis": "^4.14.0",
"mem": "^5.1.1",
"source-map-support": "^0.5.10",
"time-span": "^3.1.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.31",
"@types/ioredis": "^4.0.14",
"@types/jest": "^24.0.17",
"@types/node": "10",
"coveralls": "^3.0.6",
"jest": "^24.8.0",
"serverless": "^1.49.0",
"serverless-offline": "^5.10.1",
"serverless-plugin-warmup": "^4.7.0-rc.1",
"serverless-prune-plugin": "^1.4.0",
"serverless-webpack": "^5.3.1",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3",
"webpack": "^4.39.1"
},
"author": "jaeyoung.choi <lactrious@gmail.com>",
"license": "MIT"
}