-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "codepipeline-github-approval-diff-notifier",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack",
"clean": "rimraf ./dist",
"lint": "tslint --project tsconfig.json || true",
"test": "mocha --recursive --throw-deprecation --require ts-node/register \"src/**/*.test.ts\""
},
"repository": {
"type": "git",
"url": "git+https://"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "https://github.com/giftbit/codepipeline-github-approval-diff-notifier#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@types/aws-lambda": "8.10.33",
"@types/node": "^10",
"babel-loader": "^8.0.5",
"file-loader": "^4.2.0",
"json-loader": "^0.5.4",
"rimraf": "^3.0.0",
"ts-loader": "^6.2.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-fail-plugin": "^1.0.6",
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {
"aws-sdk": "^2.814.0"
}
}