-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 966 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
45
46
{
"name": "posthtml-prism",
"description": "PostHTML code syntax highlighting with Prism",
"version": "2.0.1",
"license": "MIT",
"author": "Cosmin Popovici (https://github.com/cossssmin)",
"bugs": "https://github.com/posthtml/posthtml-prism/issues",
"homepage": "https://github.com/posthtml/posthtml-prism",
"repository": "posthtml/posthtml-prism",
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "c8 ava",
"pretest": "xo",
"release": "np"
},
"keywords": [
"html",
"posthtml",
"posthtml-plugin",
"prism",
"syntax",
"highlight",
"code",
"pre"
],
"dependencies": {
"prismjs": "^1.19.0"
},
"devDependencies": {
"ava": "^5.2.0",
"np": "^10.0.0",
"c8": "^9.1.0",
"posthtml": "^0.16.4",
"posthtml-render": "^3.0.0",
"xo": "^0.54.2"
},
"peerDependencies": {
"posthtml-render": "^3.0.0"
}
}