-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 985 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 985 Bytes
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
{
"name": "@heroku-cli/color",
"description": "base CLI command for cli-engine",
"version": "2.0.5",
"author": "Heroku",
"bugs": "https://github.com/heroku/heroku-cli-color/issues",
"dependencies": {
"ansi-styles": "^4.3.0",
"chalk": "^4.1.2",
"supports-color": "^7.2.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "22.10.2",
"@types/supports-color": "7.2.1",
"eslint": "^7.32.0",
"jest": "^27.5.1",
"lint-staged": "^16",
"prettier": "^2.8.8",
"ts-jest": "^27.1.5",
"typescript": "4.9.5"
},
"engines": {
"node": ">=20.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/heroku/heroku-cli-color",
"keywords": [
"heroku",
"heroku-cli-plugin"
],
"license": "ISC",
"main": "lib/color.js",
"repository": "heroku/heroku-cli-color",
"scripts": {
"build": "rm -rf lib && tsc",
"test": "jest"
},
"types": "./lib/color.d.ts"
}