-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 922 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
{
"name": "@erwinverdonk/aws-cfn-stack-resource",
"version": "1.0.1",
"description": "",
"scripts": {
"start": "./index.js",
"build": "webpack --config ./webpack.config.js --mode production",
"build:dev": "webpack --config ./webpack.config.js --mode none --env.WEBPACK_MINIMIZE=false"
},
"publishConfig": {
"access": "public"
},
"bin": "./index.js",
"author": "Erwin Verdonk <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "^9.6.5",
"aws-sdk": "^2.215.1",
"ts-loader": "^4.2.0",
"typescript": "^2.8.1",
"webpack": "^4.6.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.15"
},
"dependencies": {
"@erwinverdonk/aws-cfn-wait": "^1.0.6",
"@erwinverdonk/aws-lambda-upload-deploy": "^1.0.12",
"aws-assume-role": "git+https://github.com/erwinverdonk/aws-assume-role.git",
"minimist": "^1.2.0"
}
}