{ "name": "web-component-template", "private": true, "version": "1.0.0", "description": "Project scaffolding for a new web component", "license": "ISC", "author": "Ayo Ayco", "type": "commonjs", "main": "index.js", "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" } }