forked from F1LT3R/chromafi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "@12core/chromafi",
"version": "3.0.4",
"description": "🦅 cli syntax highlighting: any function - any object - 176 languages",
"main": "index.js",
"scripts": {
"test": "eslint --ext .js . && ava",
"prepublishOnly": "git push --follow-tags && gh-release -y",
"version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git@github.com:little-core-labs/chromafi.git"
},
"dependencies": {
"ansi-mark": "^1.0.0",
"camelcase": "^6.2.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.6",
"deepmerge": "^4.2.2",
"detect-indent": "^6.0.0",
"highlight.js": "^10.7.2",
"strip-ansi": "^6.0.0",
"strip-indent": "^3.0.0"
},
"devDependencies": {
"@12core/eslint-config-12core": "^5.0.0",
"auto-changelog": "^2.2.0",
"ava": "^3.15.0",
"eslint": "^7.24.0",
"gh-release": "^6.0.0",
"npm-run-all2": "^5.0.0"
},
"ava": {
"failfast": true
},
"keywords": [
"syntax",
"highlight",
"cli",
"color",
"console",
"terminal",
"language",
"highlight.js",
"chalk"
],
"author": "F1LT3R",
"license": "MIT",
"homepage": "https://github.com/little-core-labs/chromafi#readme"
}