{ "name": "@ayo-run/status-indicator", "version": "0.0.1", "type": "module", "description": "Project scaffolding for a new web component", "license": "ISC", "author": "Ayo Ayco", "module": "./dist/status-indicator.js", "exports": { ".": { "import": "./dist/status-indicator.js" } }, "files": [ "dist", "README.md", "LICENSE", "screenshot.png" ], "scripts": { "test": "echo \"Warning: no test specified\"", "build": "vite build", "dev": "vite", "prepare": "husky" }, "devDependencies": { "eslint": "^10.3.0", "husky": "^9.1.7", "vite": "^8.0.11" }, "dependencies": { "web-component-base": "^4.1.1" } }