forked from marcgreenstock/data-api-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
48
49
{
"name": "data-api-local-serverless",
"version": "1.0.0-alpha.2",
"description": "Serverless plugin to start an Aurora Serverless Data API emulator for local development.",
"homepage": "https://github.com/marcgreenstock/data-api-suite/tree/master/packages/data-api-local-serverless",
"repository": {
"type": "git",
"url": "https://github.com/marcgreenstock/data-api-suite.git",
"directory": "packages/data-api-local-serverless"
},
"bugs": {
"url": "https://github.com/marcgreenstock/data-api-suite/issues"
},
"keywords": [
"AWS Aurora Serverless Data API",
"Serverless",
"Plugin",
"Local",
"Offline",
"Postgres",
"PostgreSQL"
],
"main": "lib/index.js",
"types": "lib/index",
"files": [
"lib"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./lib && rm -f tsconfig.build.tsbuildinfo",
"compile": "tsc -b tsconfig.build.json --force --verbose",
"prepare": "npm run build"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^13.9.3",
"@types/serverless": "^1.18.6",
"serverless": "^1.67.0",
"typescript": "^3.8.3"
},
"dependencies": {
"chalk": "^3.0.0",
"data-api-local": "^1.0.0-alpha.2"
},
"peerDependencies": {
"serverless-offline": "^5.x"
},
"gitHead": "d5943d370a3f57b140ea9870ac58436b9f3ae4d2"
}