-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.2 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.2 KB
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
49
50
{
"name": "@cotype/serverless",
"version": "0.4.0",
"description": "run cotype in a serverless environment",
"main": "index.js",
"scripts": {
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/cotype/serverless.git"
},
"keywords": [
"serverless",
"sls",
"cotype",
"cms",
"headless",
"content",
"type"
],
"author": "Hannes Diercks <node@xiphe.net> (https://xiphe.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xiphe/serverless-cotype/issues"
},
"homepage": "https://github.com/Xiphe/serverless-cotype#readme",
"peerDependencies": {
"@cotype/core": "^1.13.1",
"serverless": "^1",
"aws-sdk": "^2",
"serverless-http": "^2"
},
"dependencies": {
"@cotype/build-client": "^1.0.8",
"parcel-bundler": "^1.12.3"
},
"devDependencies": {
"@cotype/core": "1.13.1",
"@types/aws-lambda": "8.10.24",
"@types/node": "11.13.8",
"@types/parcel-bundler": "1.12.0",
"@types/serverless": "1.18.2",
"aws-sdk": "2.448.0",
"serverless-http": "2.0.1",
"typescript": "3.4.5"
}
}