15 lines
333 B
JSON
15 lines
333 B
JSON
{
|
|
"name": "web-components",
|
|
"version": "1.0.0",
|
|
"description": "A collection of useful web components and functionality.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Austin Smith",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|