-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
140 lines (140 loc) · 4.18 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@adobe/aio-cli-plugin-api-mesh",
"version": "4.0.0-beta",
"description": "Adobe I/O CLI plugin to develop and manage API mesh sources",
"keywords": [
"oclif-plugin"
],
"homepage": "https://www.npmjs.com/package/@adobe/aio-cli-plugin-api-mesh",
"bugs": {
"url": "https://github.com/adobe/aio-cli-plugin-api-mesh/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/aio-cli-plugin-api-mesh"
},
"license": "Apache-2.0",
"author": "Adobe Inc.",
"main": "src/index.js",
"directories": {
"test": "test"
},
"files": [
"/oclif.manifest.json",
"/src"
],
"scripts": {
"e2e": "jest --collectCoverage=false --testRegex './e2e/e2e.js'",
"format": "prettier --check \"./**/*.{ts,tsx,js,css,json,md}\"",
"format:fix": "prettier --write \"./**/*.{ts,tsx,js,css,json,md}\"",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepack": "oclif-dev manifest && oclif-dev readme",
"postpack": "rm -f oclif.manifest.json",
"test": "jest",
"test:ci": "jest --ci",
"unit-tests": "jest --ci",
"version": "oclif-dev readme && git add README.md"
},
"dependencies": {
"@adobe-apimesh/mesh-builder": "1.7.1",
"@adobe/aio-cli-lib-console": "^5.0.0",
"@adobe/aio-lib-core-config": "^5.0.0",
"@adobe/aio-lib-core-logging": "^3.0.0",
"@adobe/aio-lib-env": "^3.0.0",
"@adobe/aio-lib-ims": "^7.0.1",
"@adobe/plugin-hooks": "0.3.2",
"@adobe/plugin-on-fetch": "0.1.1",
"@graphql-mesh/cli": "0.82.30",
"@graphql-mesh/graphql": "0.34.13",
"@graphql-mesh/json-schema": "0.35.38",
"@graphql-mesh/openapi": "0.33.39",
"@graphql-mesh/plugin-http-details-extensions": "0.1.21",
"@graphql-mesh/runtime": "0.46.21",
"@graphql-mesh/soap": "0.14.25",
"@graphql-mesh/store": "0.9.20",
"@graphql-mesh/transform-encapsulate": "0.4.21",
"@graphql-mesh/transform-federation": "0.11.14",
"@graphql-mesh/transform-filter-schema": "0.15.23",
"@graphql-mesh/transform-hoist-field": "0.2.21",
"@graphql-mesh/transform-naming-convention": "0.13.22",
"@graphql-mesh/transform-prefix": "0.12.22",
"@graphql-mesh/transform-prune": "0.1.20",
"@graphql-mesh/transform-rename": "0.14.22",
"@graphql-mesh/transform-replace-field": "0.4.20",
"@graphql-mesh/transform-resolvers-composition": "0.13.20",
"@graphql-mesh/transform-type-merging": "0.5.20",
"@graphql-mesh/types": "0.91.12",
"@oclif/command": "^1.6.1",
"@oclif/config": "^1.15.1",
"@oclif/core": "^1.14.1",
"@oclif/errors": "^1.1.2",
"axios": "^1.2.0",
"chalk": "^4.1.0",
"child_process": "^1.0.2",
"content-disposition": "^0.5.4",
"dotenv": "^16.0.3",
"envsub": "^4.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.16.0",
"eslint-plugin-standard": "^5.0.0",
"fastify": "^4.23.2",
"fs-extra": "^11.1.0",
"graphql": "^16.6.0",
"inquirer": "^8.2.4",
"jsmin": "1.0.1",
"json-interpolate": "^1.0.3",
"lru-cache": "^7.14.1",
"node-clipboardy": "^1.0.3",
"node-fetch": "2.6.1",
"pino": "^7.9.2",
"pino-pretty": "^7.6.0",
"pupa": "^3.1.0",
"source-registry-storage-adapter": "github:devx-services/source-registry-storage-adapter#main",
"util": "^0.12.5",
"uuid": "^8.3.2",
"yaml": "^2.4.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@oclif/dev-cli": "1.26.10",
"@oclif/plugin-help": "2.2.3",
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"acorn": "7.4.1",
"eslint": "^8",
"eslint-config-oclif": "^3.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "4.1.0",
"husky": "7.0.4",
"jest": "^29.2.2",
"jest-junit": "^6.0.0",
"prettier": "2.2.1",
"stdout-stderr": "^0.1.9"
},
"engines": {
"node": "^16.13 || >=18.0.0",
"npm": ">=8.0.0"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"publishConfig": {
"access": "public"
},
"oclif": {
"commands": "./src/commands",
"bin": "aio",
"devPlugins": [
"@oclif/plugin-help"
],
"repositoryPrefix": "<%- repo %>/blob/<%- version %>/<%- commandPath %>"
}
}