Files
web-components/package.json
2025-10-19 11:06:46 -04:00

19 lines
418 B
JSON

{
"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"
}
}