Create npm package and add typescript. Add Declaform skeleton.

This commit is contained in:
Austin Smith
2025-09-26 08:55:24 -04:00
parent 6c68641426
commit 04bfa006eb
6 changed files with 158 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"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"
}
}