-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "velinfo",
"version": "1.0.0",
"description": "A serveless application to detect locked Velib (Paris bicycle sharing system)",
"scripts": {
"build": "webpack-cli",
"clean": "rimraf .aws-sam .vscode"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ouvreboite/velinfo.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ouvreboite/velinfo/issues"
},
"homepage": "https://github.com/ouvreboite/velinfo#readme",
"devDependencies": {
"@types/aws-lambda": "^8.10.84",
"@types/twit": "^2.2.30",
"aws-sam-webpack-plugin": "^0.11.0",
"class-transformer": "^0.3.1",
"date-fns": "^2.25.0",
"reflect-metadata": "^0.1.13",
"ts-loader": "^8.3.0",
"typescript": "^4.4.4",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0"
},
"dependencies": {
"aws-sdk": "^2.1009.0",
"aws-xray-sdk": "^3.3.3",
"axios": "^0.23.0",
"date-fns-tz": "^1.1.6",
"debug": "^4.3.2",
"twit": "^2.2.11"
}
}