accoutrement
Version:
Sass design-systems management and utilities.
72 lines (71 loc) • 2 kB
JSON
{
"name": "accoutrement",
"title": "Accoutrement",
"version": "4.0.7",
"description": "Sass design-systems management and utilities.",
"homepage": "https://www.oddbird.net/accoutrement/",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/oddbird/accoutrement.git"
},
"author": "Miriam Suzanne <miriam@oddbird.net>",
"contributors": [
"Jonny Gerig Meyer <jonny@oddbird.net>",
"David Herron <david@oddbird.net>",
"Stacy Kvernmo <stacy@oddbird.net>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/oddbird/accoutrement/issues"
},
"keywords": [
"sass",
"accoutrement",
"toolkit",
"design systems",
"eyeglass-module"
],
"files": [
"sass/**/*",
"_index.scss",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"test": "mocha",
"lint:sass": "yarn lint:ci --fix",
"lint:ci": "stylelint '**/*.scss'",
"lint:other": "prettier --write '**/*.{js,json,md,yml}'",
"lint": "run-p lint:sass lint:other",
"docs": "sassdoc 'sass/**/*.scss'",
"watch:sass": "chokidar '**/*.scss' '**/.stylelintrc.yml' -c 'yarn lint:ci'",
"watch:tests": "chokidar 'test/**' 'sass/**/*.scss' -c 'yarn test'",
"watch:docs": "chokidar 'sass/**/*.scss' './.sassdocrc' -c 'yarn docs'",
"watch": "run-p watch:sass watch:tests watch:docs",
"commit": "run-s lint test",
"release": "run-s commit docs",
"prepack": "yarn run release"
},
"devDependencies": {
"chokidar-cli": "^3.0.0",
"mocha": "^11.7.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"sass-embedded": "^1.97.2",
"sass-true": "^10.1.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^7.0.0",
"stylelint": "^16.26.1",
"stylelint-config-standard-scss": "^16.0.0"
},
"eyeglass": {
"sassDir": "sass",
"exports": false,
"name": "accoutrement",
"needs": "^1.0.0"
},
"packageManager": "yarn@4.12.0"
}