-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 983 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
39
40
41
42
{
"name": "genericsuite-be-scripts",
"version": "1.0.12",
"description": "GenericSuite Scripts (backend version)",
"author": "Carlos J. Ramirez",
"license": "ISC",
"files": [
".chalice",
"scripts",
"Makefile",
"CHANGELOG.md",
"README.md"
],
"scripts": {
"publish": "sh scripts/npm_publish.sh publish",
"pre-publish": "sh scripts/npm_publish.sh pre-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomkat-cr/genericsuite-be-scripts.git"
},
"bugs": {
"url": "https://github.com/tomkat-cr/genericsuite-be-scripts/issues"
},
"homepage": "https://genericsuite.carlosjramirez.com/Backend-Development/GenericSuite-Scripts/",
"keywords": [
"bash",
"genericsuite",
"aws",
"aws-lambda",
"aws-apigateway",
"aws-cloudformation",
"dynamodb",
"chalice",
"fastapi",
"flask",
"mongodb"
],
"devDependencies": {
"office-addin-dev-certs": "^1.12.2"
}
}