status-indicator/package.json
2026-05-08 19:46:36 +02:00

34 lines
703 B
JSON

{
"name": "@ayo-run/status-indicator",
"version": "0.0.1-alpha",
"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"
}
}