add all files

This commit is contained in:
Julian Freeman
2025-07-01 20:16:57 -04:00
parent 26b71500ef
commit 4581297dac
11 changed files with 617 additions and 2 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "teams-alias",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-only",
"description": "",
"dependencies": {
"chrome-types": "^0.1.347"
}
}