-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.14 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
{
"author": "Taufik Nurrohman",
"browser": "index.min.js",
"bugs": "https://github.com/taufik-nurrohman/highlight.ln.js/issues",
"dependencies": {
"@taufik-nurrohman/document": "^1.0.1",
"@taufik-nurrohman/is": "^1.0.1"
},
"description": "Line number plugin for Highlight.js",
"devDependencies": {
"@taufik-nurrohman/factory": "^2.1.0"
},
"exports": {
"import": "./index.mjs",
"require": "./index.js"
},
"files": [
"index.js",
"index.min.js",
"index.mjs"
],
"funding": {
"url": "https://paypal.me/tatautaufik"
},
"homepage": "https://taufik-nurrohman.js.org/highlight.ln.js/index.html",
"keywords": [
"highlight",
"highlighter",
"highlightjs",
"line",
"number",
"plugin",
"syntax"
],
"license": "BSD",
"main": "index.js",
"module": "index.mjs",
"name": "@taufik-nurrohman/highlight.ln.js",
"repository": {
"type": "git",
"url": "git+https://github.com/taufik-nurrohman/highlight.ln.js.git"
},
"scripts": {
"pack": "pack --clean=false --from=.factory --js-format=umd --js-name=hljs.LineNumberPlugin --mjs=true --to=."
},
"version": "2.0.0"
}