-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
32 lines (32 loc) · 1023 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
{
"name": "hexo-theme-cosy",
"author": "[email protected]",
"license": "Apache License",
"description": "A Hexo theme of document orientation and pursuit of ultimate loading speed",
"version": "2.1.2",
"homepage": "https://github.com/17px/hexo-theme-linear",
"repository": "https://github.com/17px/hexo-theme-linear.git",
"keywords": [
"hexo",
"theme",
"linear"
],
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "pnpm run --filter @cosy/theme dev",
"build": "pnpm run --filter @cosy/theme build",
"build:ui": "pnpm run --filter @cosy/ui build",
"dev:ui": "pnpm run --filter @cosy/ui dev",
"build:util": "pnpm run --filter @cosy/util build",
"dev:hexo": "pnpm run --filter @cosy/hexo-test dev",
"cp:assets": "rm -rf release/hexo-theme-cosy && node ./publish.js",
"c": "pnpm run --filter @cosy/hexo-test clean",
"g": "pnpm run --filter @cosy/hexo-test build"
},
"devDependencies": {
"hexo-cli": "4.3.1",
"fs-extra": "11.1.1"
}
}