-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
44 lines (44 loc) · 987 Bytes
/
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
{
"name": "@speed-highlight/core",
"version": "1.1.7",
"description": "🌈 Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection",
"main": "dist/node/index.js",
"exports": {
"./terminal": "./dist/node/terminal.js",
"./terminal.js": "./dist/node/terminal.js"
},
"directories": {
"example": "examples"
},
"scripts": {
"build": "./.github/workflows/minify.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/speed-highlight/core.git"
},
"keywords": [
"javascript",
"syntax-highlighting",
"language",
"fast",
"js",
"simple",
"highlighter",
"regex",
"highlighting",
"highlightjs",
"small",
"deno"
],
"author": "matubu",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/speed-highlight/core/issues"
},
"homepage": "https://github.com/speed-highlight/core#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
}
}