aws-architect 6.7.146 → 6.7.149

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-architect",
3
- "version": "6.7.146",
3
+ "version": "6.7.149",
4
4
  "description": "AWS Architect is a node based tool to configure and deploy AWS-based microservices.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -1,53 +0,0 @@
1
- {
2
- "name": "example-microservice",
3
- "version": "0.0.0",
4
- "description": "Description of the package",
5
- "main": "index.js",
6
- "types": "index.d.ts",
7
- "scripts": {
8
- "start": "nodemon make.js run",
9
- "build": "node make.js",
10
- "deploy": "node make.js deploy",
11
- "deploy-website": "node make.js deploy-website",
12
- "deploy-hosted-zone": "node make.js deploy-hosted-zone",
13
- "delete": "node make.js delete",
14
- "test": "mocha tests/**/*.js -R spec"
15
- },
16
- "dependencies": {
17
- "authress-sdk": "^2.0.56",
18
- "fs-extra": "^7.0.1",
19
- "microservice-utilities": "^0.1.121",
20
- "openapi-factory": "^5.3.48"
21
- },
22
- "devDependencies": {
23
- "aws-architect": "^6.5",
24
- "aws-sdk": "^2.877",
25
- "chai": "^4.2.0",
26
- "commander": "^2.19.0",
27
- "error-object-polyfill": "^1.0.13",
28
- "eslint": "^8.35.0",
29
- "eslint-config-cimpress-atsquad": "^1.0.67",
30
- "eslint-plugin-import": "^2.22.1",
31
- "eslint-plugin-mocha": "^10.0.5",
32
- "eslint-plugin-node": "^11.1.0",
33
- "glob": "^7.1.3",
34
- "nodemon": "^1.18.7",
35
- "sinon": "^7.1.1"
36
- },
37
- "repository": {
38
- "type": "git",
39
- "url": "git+https//git@source.com/repository.git"
40
- },
41
- "keywords": [
42
- "aws lambda microservice"
43
- ],
44
- "author": "Author",
45
- "license": "BSD-3-Clause",
46
- "bugs": {
47
- "url": "https://source-code.com/issues"
48
- },
49
- "homepage": "https://source-code.com",
50
- "engines": {
51
- "node": ">=20"
52
- }
53
- }