{
	"name": "semantic-props",
	"version": "1.0.0",
	"description": "A collection of semantic CSS custom properties.",
	"keywords": [
		"Semantic Props",
		"CSS custom properties",
		"CSS framework",
		"CSS"
	],
	"homepage": "https://semantic-props.style/",
	"license": "MIT",
	"author": "Joshua Elijah Sandoval",
	"files": [
		"dist",
		"CHANGELOG.md",
		"LICENSE",
		"README.md"
	],
	"main": "dist/import.css",
	"style": "dist/import.css",
	"repository": {
		"type": "git",
		"url": "git://github.com/JoshuaSand0val/semantic-props.git"
	},
	"type": "module",
	"scripts": {
		"build": "sass --no-source-map src:dist && postcss dist --replace",
		"watch:build": "onchange 'src/**/*' -- npm run build"
	},
	"devDependencies": {
		"cssnano": "^7.0.4",
		"onchange": "^7.1.0",
		"postcss": "^8.4.39",
		"postcss-cli": "^11.0.0",
		"postcss-preset-env": "^9.6.0",
		"sass": "^1.82.0"
	}
}
