forked from toryas/serverless-glue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 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
42
43
44
45
{
"name": "serverless-glue",
"version": "2.12.1",
"description": "Serverless plugin to deploy Glue Jobs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"bp": "npm run gulp && npm pack lib/ ",
"gulp": "gulp clean && npm run build && gulp build",
"publishme": "npm run gulp && npm publish lib/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toryas/serverless-glue.git"
},
"keywords": [
"serverless",
"aws",
"glue",
"gluejob",
"trigger",
"triggers"
],
"author": {
"name": "Felipe Nuñez",
"email": "[email protected]",
"url": "https://github.com/toryas"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/toryas/serverless-glue/issues"
},
"homepage": "https://github.com/toryas/serverless-glue#readme",
"devDependencies": {
"@types/node": "^17.0.8",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-file": "^0.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"aws-sdk": "^2.701.0"
}
}