-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 961 Bytes
/
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
{
"name": "serverless-global-tables-plugin",
"version": "1.0.0",
"description": "A serverless plugin to generate dynamodb global tables",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Ryanair/serverless-global-tables-plugin.git"
},
"author": "Fabrizio Fortunato <[email protected]>",
"license": "MIT",
"scripts": {
"prebuild": "rimraf dist/",
"build": "webpack"
},
"dependencies": {
"aws-sdk": "^2.1030.0",
"chalk": "^2.4.2",
"ramda": "^0.26.1",
"rimraf": "^3.0.0"
},
"devDependencies": {
"ts-loader": "^6.2.0",
"tslint-config-ryanair": "^1.0.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
},
"bugs": {
"url": "https://github.com/Ryanair/serverless-global-tables-plugin/issues"
},
"homepage": "https://github.com/Ryanair/serverless-global-tables-plugin#readme"
}