-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.4 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
{
"name": "colour-console",
"version": "1.3.6",
"description": "Colourful output for console.log(), console.warn(), etc.",
"main": "src/index.js",
"author": "Christian F",
"license": "MIT",
"homepage": "https://github.com/chrisEff/colour-console#readme",
"files": [
"/src",
"/CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "https://github.com/chrisEff/colour-console.git"
},
"bugs": {
"url": "https://github.com/chrisEff/colour-console/issues"
},
"keywords": [
"colour",
"colours",
"color",
"colors",
"console",
"terminal",
"log",
"output"
],
"scripts": {
"prepare": "husky",
"test": "jest",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"commitizen": "^4.3.1",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.4.2",
"semantic-release": "^24.2.0"
},
"resolutions": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"packageManager": "[email protected]"
}