-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.05 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.05 KB
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": "pixel-banner",
"version": "3.6.18",
"description": "A plugin for Obsidian that allows you to add banners to your notes",
"author": "Pixel Banner",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/pixel-banner/pixel-banner.git"
},
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test-build": "node scripts/esbuild.config.mjs production && node scripts/copy-build.mjs",
"build": "npm run test-build && zip -r example-vault.zip .vault",
"clean": "npx rimraf node_modules package-lock.json && npm install",
"prepare": "husky"
},
"devDependencies": {
"@types/node": "^24.12.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"builtin-modules": "^5.0.0",
"emojilib": "^4.0.1",
"esbuild": "^0.25.12",
"fs-extra": "^11.3.4",
"happy-dom": "^20.8.3",
"husky": "^9.1.7",
"marked": "^16.4.2",
"msw": "^2.12.10",
"vitest": "^3.2.4",
"vitest-mock-extended": "^3.1.0"
}
}