This repository has been archived by the owner on Mar 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) · 4.75 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "@shipengine/connect-cli",
"description": "A CLI tool for working with your ShipEngine Connect account.",
"version": "2.15.2",
"author": {
"name": "ShipEngine",
"email": "[email protected]",
"url": "https://connect.shipengine.com"
},
"bugs": "https://github.com/ShipEngine/connect-cli/issues",
"dependencies": {
"@jsdevtools/ono": "^7.1.3",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/fixpack": "^2.3.0",
"@oclif/plugin-autocomplete": "^0.2.0",
"@oclif/plugin-help": "^3.2.1",
"@oclif/plugin-not-found": "^1.2.4",
"@shipengine/capitalization": "^1.2.1",
"@shipengine/connect-loader": "^3.2.0",
"@shipengine/connect-local-dev-api": "^2.2.1",
"@shipengine/connect-local-dev-ui": "^2.1.0",
"@shipengine/connect-sdk": "^12.6.0",
"axios": "^0.21.1",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"cli-table": "^0.3.1",
"cli-ux": "^5.5.1",
"cross-spawn": "^7.0.3",
"escape-string-regexp": "^4.0.0",
"express": "^4.17.1",
"form-data": "^3.0.0",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"joi": "^17.3.0",
"js-yaml": "^3.14.1",
"json-schema": "^0.2.5",
"json-schema-faker": "^0.5.0-rcv.29",
"json5": "^2.1.3",
"lodash": "^4.17.20",
"luxon": "^1.24.1",
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
"nps": "^5.10.0",
"object-hash": "^2.0.3",
"open": "^7.3.0",
"p-retry": "^4.2.0",
"p-timeout": "^3.2.0",
"recursive-readdir": "^2.2.2",
"sort-pjson": "^1.0.3",
"tslib": "^2.0.3",
"uuid": "^8.3.2",
"yeoman-environment": "^2.10.3",
"yeoman-generator": "^4.12.0"
},
"devDependencies": {
"@jsdevtools/version-bump-prompt": "^6.1.0",
"@oclif/dev-cli": "^1.23.1",
"@oclif/test": "^1.2.8",
"@types/chai": "^4.2.14",
"@types/cli-table": "^0.3.0",
"@types/cross-spawn": "^6.0.2",
"@types/form-data": "^2.5.0",
"@types/fs-extra": "^9.0.5",
"@types/hapi__joi": "^17.1.6",
"@types/inquirer": "^7.3.0",
"@types/js-yaml": "^3.12.5",
"@types/json-schema-faker": "^0.5.1",
"@types/json5": "0.0.30",
"@types/luxon": "^1.25.0",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.14",
"@types/nodemon": "^1.19.0",
"@types/recursive-readdir": "^2.2.0",
"@types/update-notifier": "^5.0.0",
"@types/uuid": "^8.3.0",
"@types/yeoman-environment": "^2.10.2",
"@types/yeoman-generator": "^4.11.3",
"@types/yeoman-test": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"body-parser": "^1.19.0",
"chai-as-promised": "^7.1.1",
"chai-fs": "^2.0.0",
"eslint": "^7.13.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"globby": "^11.0.1",
"nock": "^13.0.5",
"npm-check": "^5.9.0",
"nyc": "^15.1.0",
"shx": "^0.3.3",
"sinon": "^9.2.2",
"source-map-support": "^0.5.17",
"tar": "^6.0.5",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^3.0.0"
},
"engineStrict": true,
"engines": {
"node": ">=10.5.0"
},
"files": [
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/templates"
],
"homepage": "https://connect.shipengine.com",
"keywords": [
"api",
"cli",
"integrations",
"oclif",
"shipengine"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "connect",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found"
],
"topics": {
"env": {
"description": "Manage environment variables for your published app"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/ShipEngine/connect-cli.git"
},
"scripts": {
"build": "tsc",
"bump": "bump --tag --push --all",
"clean": "shx rm -rf .nyc_output coverage lib",
"coverage": "nyc npm run-script test:skip-integration",
"lint": "eslint src test/specs",
"mocha": "mocha",
"postpack": "shx rm -rf oclif.manifest.json",
"posttest": "eslint src test/specs",
"prepack": "shx rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"release": "npm run upgrade && npm run clean && npm test && npm run bump",
"test": "shx rm -rf lib && npm run build && nyc --extension .ts mocha --forbid-only && npm run lint",
"test:skip-integration": "shx rm -rf lib && npm run build && nyc --extension .ts mocha --forbid-only -i -g @integration && npm run lint",
"upgrade": "npm-check -u && npm audit fix",
"version": "oclif-dev readme && git add README.md",
"watch": "tsc --watch"
},
"types": "lib/index.d.ts"
}