{ "name": "web-components", "version": "1.0.0", "description": "A collection of useful web components and functionality.", "main": "index.js", "scripts": { "test": "npx jest" }, "author": "Austin Smith", "license": "ISC", "devDependencies": { "@types/jest": "^30.0.0", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", "ts-jest": "^29.4.5", "typescript": "^5.9.2" } }