generated from obsidian-community/obsidian-theme-template
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 536 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 536 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "maple",
"version": "1.4.7",
"type": "module",
"author": "subframe7536",
"scripts": {
"dev": "bun compile.ts src/dev.scss",
"build": "bun compile.ts --build",
"test": "bun compile.ts --test src/snippets/test.scss",
"release": "bumpp -x \"bun run build\" --all"
},
"license": "MIT",
"devDependencies": {
"@iconify-json/bi": "^1.2.6",
"@iconify-json/lucide": "^1.2.65",
"@iconify-json/tabler": "^1.2.22",
"bumpp": "^10.2.3",
"bun-types": "^1.2.21",
"sass": "^1.91.0"
}
}