anotherlusitano_SpectrumPlus/package.json
Wiktoria Mielcarek 784f53a29a 🔨 update package json to be more standarised
keep version at 1, since it is not a package, shorten name to spectrum and remove non-existing main index file
2022-03-12 14:09:55 +01:00

24 lines
728 B
JSON

{
"name": "spectrum",
"version": "1.0.0",
"description": "An Obsidian Theme",
"author": "Wiktoria Mielcarek",
"license": "MIT",
"homepage": "https://braweria.de",
"scripts": {
"build": "npx node-sass --output-style expanded SCSS/Spectrum.scss > obsidian.css",
"dev": "npx node-sass --output-style expanded SCSS/Spectrum.scss > development/spectrum-testing.css",
"snippet": "npx node-sass SCSS/snippets --output-style expanded --output snippets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Braweria/Spectrum.git"
},
"bugs": {
"url": "https://github.com/Braweria/Spectrum/issues"
},
"dependencies": {
"node-sass": "^6.0.1",
"prettier": "^2.4.1"
}
}