status-indicator/package.json
2026-05-14 09:50:53 +02:00

44 lines
1.1 KiB
JSON

{
"name": "@ayo-run/status-indicator",
"version": "2.0.3",
"type": "module",
"description": "Circles with color that can pulse to indicate status",
"license": "MIT",
"author": "Ayo Ayco",
"repository": {
"type": "git",
"url": "git+https://github.com/ayo-run/status-indicator.git"
},
"homepage": "https://status-indicator.webcomponent.io",
"module": "./dist/status-indicator.js",
"exports": {
".": {
"default": "./dist/status-indicator.js",
"import": "./dist/status-indicator.js",
"require": "./dist/status-indicator.umd.cjs"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"screenshot.png"
],
"scripts": {
"test": "echo \"Warning: no test specified\"",
"build": "vite build",
"build:lib": "vite build --config vite-lib.config.ts",
"dev": "vite",
"prepare": "husky"
},
"devDependencies": {
"@types/node": "^25.6.2",
"eslint": "^10.3.0",
"husky": "^9.1.7",
"unplugin-dts": "^1.0.0",
"vite": "^8.0.11"
},
"peerDependencies": {
"web-component-base": "^4.1.2"
}
}