initial commit

This commit is contained in:
2026-05-30 18:51:10 +00:00
commit 95f5fdd3ea
19 changed files with 3050 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "goon-plugin",
"version": "0.1.0",
"private": true,
"description": "Chrome extension scaffold",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest",
"check": "tsc --noEmit"
},
"devDependencies": {
"chrome-types": "^0.1.336",
"eslint": "^9.0.0",
"vite": "^6.0.0",
"vitest": "^3.0.0",
"typescript": "^5.7.0"
}
}