-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.76 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
{
"name": "jon-van-til",
"version": "0.0.1",
"description": "Slack Library",
"main": "index.js",
"scripts": {
"build": "sls webpack",
"test": "sls --stage test invoke local -f api-library --data '{\"resource\":\"/api/v2/books\"}'",
"test:search": "sls --stage test invoke local -f api-library --data '{\"resource\":\"/api/v2/books/{query}\", \"path\": \"/api/v2/books/foo\", \"pathParameters\": {\"query\": \"foo\"}}'",
"test:get": "sls --stage test invoke local -f api-library --data '{\"resource\":\"/api/v2/book/{id}\", \"pathParameters\": {\"id\": \"f97e729f-1e88-4c30-86a3-0988c58342f9\"}}'",
"test:add": "sls --stage test invoke local -f api-library --data '{\"resource\":\"/api/v2/books/add\", \"body\": {\"name\": \"foo\", \"format\": \"ebook\"}} t'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deiga/Jon-Van-Til.git"
},
"author": "Timo Sand <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/deiga/Jon-Van-Til/issues"
},
"homepage": "https://github.com/deiga/Jon-Van-Til#readme",
"devDependencies": {
"@babel/core": "7.10.3",
"@babel/preset-env": "7.10.3",
"babel-loader": "8.1.0",
"babel-plugin-source-map-support": "2.1.2",
"eslint": "8.0.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"ignore-loader": "0.1.2",
"json-loader": "0.5.7",
"serverless": "2.7.0",
"serverless-offline": "8.0.0",
"serverless-plugin-optimize": "4.1.4-rc.1",
"serverless-webpack": "5.3.5",
"webpack": "5.1.2",
"webpack-node-externals": "3.0.0"
},
"dependencies": {
"aws-sdk": "2.1084.0",
"dynogels": "9.1.0",
"dynogels-promisified": "1.0.4",
"joi": "11.3.4",
"source-map-support": "0.5.19"
}
}