-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1002 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
35
36
37
38
{
"name": "serverless-lambda-announcer",
"version": "2.2.1",
"description": "A plugin for serverless framework that announces a deploy of a new function to a given url.",
"main": "index.js",
"scripts": {
"test": "npx mocha \"./**/*.tst.js\" --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dee-me-tree-or-love/serverless-lambda-announcer.git"
},
"keywords": [
"serverless",
"aws",
"lambda",
"hook",
"service-registration",
"plugin"
],
"author": "dmitrii",
"license": "ISC",
"bugs": {
"url": "https://github.com/dee-me-tree-or-love/serverless-lambda-announcer/issues"
},
"homepage": "https://github.com/dee-me-tree-or-love/serverless-lambda-announcer#readme",
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-json-schema": "^1.5.0",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"mocha": "^5.2.0",
"serverless": "^1.32.0"
}
}