status-indicator/package.json

38 lines
875 B
JSON

{
"name": "@ayo-run/status-indicator",
"version": "0.0.3-alpha",
"type": "module",
"description": "Project scaffolding for a new web component",
"license": "MIT",
"author": "Ayo Ayco",
"repository": {
"type": "git",
"url": "git+https://github.com/ayo-run/status-indicator.git"
},
"module": "./dist/status-indicator.js",
"exports": {
".": "./dist/status-indicator.js"
},
"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.1",
"eslint": "^10.3.0",
"husky": "^9.1.7",
"vite": "^8.0.11"
},
"dependencies": {
"web-component-base": "^4.1.1"
}
}