22 lines
458 B
JSON
22 lines
458 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",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"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"
|
|
}
|
|
}
|