-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 912 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
{
"name": "qualtet-cli",
"private": true,
"version": "2.15.0",
"description": "",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "cd ./rust-lib && npm run build",
"fmt": "biome format --write ./cmd && biome format --write ./lib && cd ./rust-lib && npm run fmt",
"fmt:js": "biome format --write ./cmd && biome format --write ./lib",
"test": "cd ./rust-lib && npm run build && npm run test && cd ../ && vitest run --coverage",
"test:js": "cd ./rust-lib && npm run build && cd ../ && vitest run --coverage"
},
"author": "yoshinorin",
"dependencies": {
"axios": "1.7.7",
"exifreader": "4.23.5",
"fs-extra": "11.2.0",
"hexo": "7.3.0",
"hexo-util": "3.3.0",
"markdown-it": "13.0.2",
"markdown-it-footnote": "3.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@vitest/coverage-v8": "2.1.8",
"vitest": "2.1.8"
}
}