-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 837 Bytes
/
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
{
"name": "github-animated-status",
"version": "1.0.0",
"description": "GitHub animated status with Serverless",
"main": "handler.js",
"scripts": {
"test": "NODE_PATH=. ts-node -e \"import { test } from './handler'; test();\"",
"deploy": "serverless deploy",
"remove": "serverless remove"
},
"dependencies": {
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"debug": "^4.3.4",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.136",
"@types/node": "^20.11.30",
"copy-webpack-plugin": "^12.0.2",
"serverless": "^3.38.0",
"serverless-webpack": "^5.13.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"webpack": "^5.91.0"
},
"author": "Mateusz Malczak (https://github.com/malczak)",
"license": "MIT"
}