-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 922 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
{
"name": "@jiangtj/hexo-patch-load-highlight-style",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"p": "yarn --proxy=http://localhost:1080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiangtj-lab/hexo-patch-load-highlight-style.git"
},
"keywords": [
"hexo-plugin"
],
"author": "Mr.J",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/jiangtj-lab/hexo-patch-load-highlight-style/issues"
},
"homepage": "https://github.com/jiangtj-lab/hexo-patch-load-highlight-style#readme",
"dependencies": {
"hexo-extend-injector2": "^0.3.0",
"hexo-util": "^2.2.0",
"prism-themes": "^1.4.0"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-hexo": "^4.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}