UNPKG

smartart

Version:

A lightweight, responsive CSS library for creating beautiful chevron-style progress indicators and flowcharts

47 lines (46 loc) 1.44 kB
{ "name": "smartart", "version": "1.1.0", "description": "A lightweight, responsive CSS library for creating beautiful chevron-style progress indicators and flowcharts", "homepage": "https://github.com/sanand0/smartart#readme", "repository": { "type": "git", "url": "https://github.com/sanand0/smartart.git" }, "license": "MIT", "author": "Anand S <root.node@gmail.com>", "type": "module", "prettier": { "printWidth": 120 }, "files": [ "LICENSE", "README.md", "dist/" ], "scripts": { "build": "npx -y esbuild chevron.css --bundle --minify --outfile=dist/chevron.min.css", "screenshot": "node screenshot.js", "dev": "echo 'Development server would serve index.html here'", "lint:oxlint": "npx -y oxlint --fix", "lint:js-md": "npx -y prettier@3.5 --print-width 120 --write '**/*.js' '!**/*.min.js' '!dist/**' '**/*.md'", "lint:html": "npx -y js-beautify@1 '**/*.html' --type html --replace --indent-size 2 --max-preserve-newlines 1 --end-with-newline", "lint": "npm run lint:oxlint && npm run lint:js-md && npm run lint:html", "test": "npm run screenshot", "prepublishOnly": "npm run lint && npm run build && npm run screenshot" }, "devDependencies": { "playwright": "^1.54.1", "sharp": "^0.34.3" }, "keywords": [ "css", "chevron", "progress", "flowchart", "smart-art", "ui", "responsive", "no-js" ] }