From 50bdcb88500157131d7c045eaca6be967b2d8435 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 8 May 2026 19:33:58 +0200 Subject: [PATCH] chore: set package meta --- package.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a6002ec..eba48f7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,20 @@ { - "name": "web-component-template", - "private": true, - "version": "1.0.0", + "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", - "type": "commonjs", - "main": "index.js", + "main": "./dist/assets/index.js", + "exports": { + ".": "./dist/assets/index.js" + }, + "files": [ + "package.json", + "dist", + "README.md", + "LICENSE" + ], "scripts": { "test": "echo \"Warning: no test specified\"", "build": "vite build",