1 | {
|
2 | "name": "@oclif/color",
|
3 | "version": "1.0.11",
|
4 | "author": "Salesforce",
|
5 | "bugs": "https://github.com/oclif/color/issues",
|
6 | "dependencies": {
|
7 | "ansi-styles": "^4.2.1",
|
8 | "chalk": "^4.1.0",
|
9 | "strip-ansi": "^6.0.1",
|
10 | "supports-color": "^8.1.1",
|
11 | "tslib": "^2"
|
12 | },
|
13 | "devDependencies": {
|
14 | "@types/ansi-styles": "^3.2.1",
|
15 | "@types/chai": "^4",
|
16 | "@types/mocha": "^8",
|
17 | "@types/node": "^14",
|
18 | "@types/supports-color": "^8.1.0",
|
19 | "chai": "^4",
|
20 | "eslint": "^7.21.0",
|
21 | "eslint-config-oclif": "^3.1.0",
|
22 | "eslint-config-oclif-typescript": "^0.2.0",
|
23 | "mocha": "^8",
|
24 | "nyc": "^15",
|
25 | "ts-node": "^9",
|
26 | "typescript": "3.8.3"
|
27 | },
|
28 | "engines": {
|
29 | "node": ">=12.0.0"
|
30 | },
|
31 | "files": [
|
32 | "/lib"
|
33 | ],
|
34 | "homepage": "https://github.com/oclif/color",
|
35 | "keywords": [
|
36 | "oclif"
|
37 | ],
|
38 | "license": "MIT",
|
39 | "main": "lib/index.js",
|
40 | "repository": "oclif/color",
|
41 | "scripts": {
|
42 | "posttest": "yarn lint",
|
43 | "prepack": "yarn build",
|
44 | "prepare": "yarn build",
|
45 | "test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
46 | "lint": "eslint . --ext .ts --config .eslintrc",
|
47 | "pretest": "yarn build --noEmit && tsc -p test --noEmit",
|
48 | "build": "rm -rf lib && tsc"
|
49 | },
|
50 | "types": "lib/index.d.ts"
|
51 | } |
\ | No newline at end of file |