forked from aws-ia/cloudformation-rollbar-resource-providers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 807 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
{
"name": "rollbar-notifications-rule",
"version": "0.1.0",
"description": "AWS custom resource provider named Rollbar::Notifications::Rule.",
"private": true,
"main": "dist/Rollbar-Notifications-Rule/src/handlers.js",
"files": [
"dist"
],
"scripts": {
"build": "npx tsc",
"watch": "npx tsc -w",
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@amazon-web-services-cloudformation/cloudformation-cli-typescript-lib": "^1.0.5",
"axios": "^0.27.2",
"class-transformer": "0.3.1"
},
"devDependencies": {
"@types/node": "^14.0.0",
"typescript": "^4.1.2"
},
"optionalDependencies": {
"aws-sdk": "^2.656.0"
}
}