moineau/package.json

29 lines
1.1 KiB
JSON

{
"name": "clear-typography.css",
"version": "2.99.0",
"description": "A minimal and simple css stylesheet, inspired by motherfuckingwebsite",
"main": "scss/clear-typography.scss",
"scripts": {
"scss": "sass --watch scss/clear-typography.scss dist/clear-typography.css",
"scss-no-source-map": "sass --watch --no-source-map scss/clear-typography.scss dist/clear-typography.css",
"minify": "sass --watch scss/clear-typography.scss --style compressed dist/clear-typography.min.css",
"minify-no-source-map": "sass --watch --no-source-map scss/clear-typography.scss --style compressed dist/clear-typography.min.css",
"build": "sass scss/clear-typography.scss dist/clear-typography.css && sass scss/clear-typography.scss --style compressed dist/clear-typography.min.css",
"serve": "http-server ./ & npm run minify"
},
"repository": {
"type": "git",
"url": "https://git.kobold.cafe/kazhnuz/clear-typograhy.css"
},
"keywords": [
"css",
"scss"
],
"author": "Kazhnuz",
"license": "GPL-3.0-or-later",
"dependencies": {
"http-server": "^14.1.1",
"sass": "^1.78.0"
}
}