-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 719 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 719 Bytes
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
{
"name": "@nop-entropy/docs",
"version": "0.0.0",
"private": true,
"main": ".knosys/scripts/index.js",
"scripts": {
"build": "ksio gen",
"start": "ksio serve",
"prestart": "npm run build",
"review": "bash scripts/review-staged.sh",
"test-lsp": "bash scripts/test-java-lsp.sh"
},
"engines": {
"node": ">=14.0.0"
},
"hexo": {
"version": "6.3.0"
},
"dependencies": {
"@nop-community/hexo-theme-site": "0.0.4",
"hexo": "^6.3.0",
"hexo-renderer-coffeescript": "^0.2.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-sass": "^0.4.0",
"hexo-server": "^3.0.0"
},
"devDependencies": {
"ksio": "0.0.2"
}
}