UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@oclif/errors",
3 "description": "display friendly CLI errors and log to error log",
4 "version": "1.3.6",
5 "author": "Salesforce",
6 "bugs": "https://github.com/oclif/errors/issues",
7 "dependencies": {
8 "clean-stack": "^3.0.0",
9 "fs-extra": "^8.1",
10 "indent-string": "^4.0.0",
11 "strip-ansi": "^6.0.1",
12 "wrap-ansi": "^7.0.0"
13 },
14 "devDependencies": {
15 "@types/chai": "^4.3.0",
16 "@types/clean-stack": "^2.1.1",
17 "@types/fs-extra": "^9.0",
18 "@types/indent-string": "^4.0.1",
19 "@types/mocha": "^8.2.3",
20 "@types/node": "^14.18.30",
21 "@types/strip-ansi": "^5.2.1",
22 "@types/wrap-ansi": "^3.0.0",
23 "chai": "^4.3.6",
24 "chalk": "^4.1.0",
25 "eslint": "^7.3.0",
26 "eslint-config-oclif": "^3.1.0",
27 "eslint-config-oclif-typescript": "^0.2.0",
28 "fancy-test": "^1.4.8",
29 "mocha": "^8.2.1",
30 "nock": "^13.2.4",
31 "ts-node": "^9.1.1",
32 "typescript": "~3.9.10"
33 },
34 "engines": {
35 "node": ">=8.0.0"
36 },
37 "files": [
38 "/handle.js",
39 "/lib"
40 ],
41 "homepage": "https://github.com/oclif/errors",
42 "keywords": [
43 "oclif"
44 ],
45 "license": "MIT",
46 "main": "lib/index.js",
47 "repository": "oclif/errors",
48 "scripts": {
49 "build": "rm -rf lib && tsc",
50 "lint": "eslint . --ext .ts --config .eslintrc",
51 "posttest": "rm -rf lib && yarn lint",
52 "prepublishOnly": "yarn run build",
53 "pretest": "yarn run build && tsc -p test --noEmit",
54 "test": "mocha --forbid-only \"test/**/*.test.ts\""
55 },
56 "types": "lib/index.d.ts"
57}
\No newline at end of file