mirror of
https://github.com/def-peter/obsidian-aera-theme.git
synced 2026-07-22 05:00:27 +00:00
18 lines
620 B
JSON
18 lines
620 B
JSON
{
|
|
"name": "obsidian-aera-theme",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "sass --watch --no-source-map --style=expanded --no-error-css src/theme.scss:theme.css",
|
|
"build": "sass --no-source-map --style=expanded --no-error-css src/theme.scss theme.css",
|
|
"link:vault": "node scripts/link-vault.mjs",
|
|
"version:sync": "node scripts/version-bump.mjs",
|
|
"test": "node --test",
|
|
"check": "npm run build && node --test && node scripts/check-theme.mjs && node scripts/contrast.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "8.5.19",
|
|
"sass": "1.101.0"
|
|
}
|
|
}
|