UNPKG

gojongwon-circular-progress-bar

Version:

A lightweight, customizable circular progress bar component for web applications

58 lines (57 loc) 1.65 kB
{ "name": "gojongwon-circular-progress-bar", "private": false, "version": "0.1.4", "type": "module", "description": "A lightweight, customizable circular progress bar component for web applications", "main": "dist/CircularProgressBar.js", "module": "dist/CircularProgressBar.js", "types": "dist/CircularProgressBar.d.ts", "exports": { ".": { "import": "./dist/CircularProgressBar.js", "types": "./dist/CircularProgressBar.d.ts" } }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "circular", "progress", "bar", "svg", "typescript", "component", "gauge", "animation" ], "author": "Go JongWon <gojongwon8292@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Eugeeun/circular-progress-bar.git" }, "bugs": { "url": "https://github.com/Eugeeun/circular-progress-bar/issues" }, "homepage": "https://github.com/Eugeeun/circular-progress-bar#readme", "scripts": { "dev": "vite", "build": "vite build && npx tsc --declaration --emitDeclarationOnly --outDir dist src/CircularProgressBar.ts", "preview": "vite preview", "release": "standard-version", "release:patch": "npm run release -- --release-as patch", "release:minor": "npm run release -- --release-as minor", "release:major": "npm run release -- --release-as major", "prepublishOnly": "npm run build" }, "devDependencies": { "standard-version": "^9.5.0", "terser": "^5.42.0", "typescript": "~5.8.3", "vite": "^6.3.5" } }