chore: create extension scaffolding

This commit is contained in:
Ralph Khreish
2025-07-16 09:54:00 +03:00
parent 7b4803a479
commit ab78dc2d58
5 changed files with 160 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "extension",
"version": "0.20.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"typescript": "^5.8.3"
}
}