subframe7536_obsidian-theme.../package.json
2026-07-07 14:46:53 +08:00

26 lines
679 B
JSON

{
"name": "maple",
"version": "1.5.2",
"license": "MIT",
"author": "subframe7536",
"type": "module",
"scripts": {
"dev": "bun compile.ts src/dev.scss",
"build": "bun compile.ts --build",
"test": "bun compile.ts --test src/snippets/test.scss",
"qa": "oxlint --fix && oxfmt",
"release": "bumpp -x \"bun run build\" --all"
},
"devDependencies": {
"@iconify-json/bi": "^1.2.6",
"@iconify-json/lucide": "^1.2.65",
"@iconify-json/tabler": "^1.2.22",
"@subf/config": "^0.2.1",
"bumpp": "^10.2.3",
"bun-types": "^1.2.21",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"sass": "^1.91.0",
"typescript": "^6.0.2"
}
}