UNPKG

accoutrement

Version:

Sass design-systems management and utilities.

67 lines (66 loc) 1.85 kB
{ "name": "accoutrement", "title": "Accoutrement", "version": "4.0.5", "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>", "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": "^10.8.2", "npm-run-all": "^4.1.5", "postcss": "^8.4.47", "prettier": "^3.3.3", "sass-embedded": "^1.80.6", "sass-true": "^8.1.0", "sassdoc": "^2.7.4", "sassdoc-theme-herman": "^6.0.1", "stylelint": "^16.10.0", "stylelint-config-standard-scss": "^13.1.0" }, "eyeglass": { "sassDir": "sass", "exports": false, "name": "accoutrement", "needs": "^1.0.0" }, "packageManager": "yarn@4.5.1" }