-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 898 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 898 Bytes
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
{
"name": "pankkilinkki",
"description": "Service that will fetch information from bank and act on it.",
"version": "1.0.0",
"main": "handler.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/hyrsky/pankkilinkki.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.31",
"@types/node": "^15.12.5",
"@types/node-fetch": "^2.5.10",
"aws-sdk": "^2.506.0",
"copy-webpack-plugin": "^9.0.1",
"pankkiyhteys": "^1.1.1",
"serverless-python-requirements": "^5.0.0",
"serverless-webpack": "^5.3.1",
"source-map-support": "^0.5.13",
"ts-loader": "^9.2.3",
"typescript": "^4.3.4",
"webpack": "^5.41.0"
},
"author": "Santeri Hurnanen <santeri@oikeuttaelaimille.fi>",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
}
}