UNPKG

2.22 kBJSONView Raw
1{
2 "name": "@oclif/plugin-update",
3 "version": "3.0.2",
4 "author": "Salesforce",
5 "bugs": "https://github.com/oclif/plugin-update/issues",
6 "dependencies": {
7 "@oclif/color": "^1.0.0",
8 "@oclif/core": "^1.16.4",
9 "cross-spawn": "^7.0.3",
10 "debug": "^4.3.1",
11 "filesize": "^6.1.0",
12 "fs-extra": "^9.0.1",
13 "http-call": "^5.3.0",
14 "inquirer": "^8.2.0",
15 "lodash.throttle": "^4.1.1",
16 "log-chopper": "^1.0.2",
17 "semver": "^7.3.5",
18 "tar-fs": "^2.1.1"
19 },
20 "devDependencies": {
21 "@oclif/plugin-help": "^5.1.9",
22 "@oclif/test": "^2.0.2",
23 "@types/chai": "^4.2.15",
24 "@types/cross-spawn": "^6.0.2",
25 "@types/execa": "^0.9.0",
26 "@types/fs-extra": "^8.0.1",
27 "@types/glob": "^7.1.3",
28 "@types/inquirer": "^8.2.0",
29 "@types/lodash.throttle": "^4.1.6",
30 "@types/mocha": "^9",
31 "@types/node": "^14.18.30",
32 "@types/semver": "^7.3.4",
33 "@types/supports-color": "^7.2.0",
34 "@types/write-json-file": "^3.2.1",
35 "chai": "^4.3.4",
36 "eslint": "^7.32.0",
37 "eslint-config-oclif": "^4",
38 "eslint-config-oclif-typescript": "^1.0.2",
39 "globby": "^11.0.2",
40 "mocha": "^9",
41 "nock": "^13.2.1",
42 "oclif": "^2.4.2",
43 "qqjs": "^0.3.11",
44 "sinon": "^12.0.1",
45 "ts-node": "^9.1.1",
46 "tslib": "^2.1.0",
47 "typescript": "4.4.3"
48 },
49 "engines": {
50 "node": ">=12.0.0"
51 },
52 "files": [
53 "oclif.manifest.json",
54 "/lib"
55 ],
56 "homepage": "https://github.com/oclif/plugin-update",
57 "keywords": [
58 "oclif-plugin"
59 ],
60 "license": "MIT",
61 "oclif": {
62 "autoupdate": "github",
63 "commands": "./lib/commands",
64 "bin": "oclif-example",
65 "hooks": {
66 "init": "./lib/hooks/init"
67 },
68 "devPlugins": [
69 "@oclif/plugin-help"
70 ]
71 },
72 "repository": "oclif/plugin-update",
73 "scripts": {
74 "lint": "eslint . --ext .ts --config .eslintrc",
75 "pretest": "yarn build --noEmit && tsc -p test --noEmit",
76 "test": "mocha --forbid-only \"test/**/*.test.ts\"",
77 "posttest": "yarn lint",
78 "prepack": "yarn build && oclif manifest .",
79 "postpack": "rm -f oclif.manifest.json",
80 "version": "oclif readme && git add README.md",
81 "build": "rm -rf lib && tsc"
82 },
83 "main": "lib/index.js"
84}
\No newline at end of file