chore: create extension scaffolding (#989)
* chore: create extension scaffolding * chore: fix workspace for changeset * chore: fix package-lock
This commit is contained in:
15
apps/extension/package.json
Normal file
15
apps/extension/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user